aboutsummaryrefslogtreecommitdiffstats
path: root/bowelyzer.scd
diff options
context:
space:
mode:
Diffstat (limited to 'bowelyzer.scd')
-rw-r--r--bowelyzer.scd12
1 files changed, 12 insertions, 0 deletions
diff --git a/bowelyzer.scd b/bowelyzer.scd
new file mode 100644
index 0000000..7b9c3df
--- /dev/null
+++ b/bowelyzer.scd
@@ -0,0 +1,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;
+