aboutsummaryrefslogtreecommitdiffstats
path: root/bowelyzer.scd
blob: 7b9c3df4355b30fffec9e4fddeeaa51be1b9981e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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;