// this is bowelyzer, a simple audio analysis to OSC hub // init bowelyzer with a configuration file (in JSON format) ~bowelyzer = Bowelyzer.new("/my/path/to/configuration.json"); // or without for the default values (stereo) ~bowelyzer = Bowelyzer.new(); // display the configuration (will be shown upon first init, too) ~bowelyzer.config.showConfig;