Browse Source

add scd startup for superdirt

Aneurin Barker Snook 8 years ago
parent
commit
1115c1aa14
1 changed files with 8 additions and 0 deletions
  1. 8 0
      something-to-say.scd

+ 8 - 0
something-to-say.scd

@@ -0,0 +1,8 @@
+include("SuperDirt")
+
+Server.local.options.device = "Soundflower (2ch)";
+SuperDirt.start
+
+~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*");
+
+~dirt.stop