浏览代码

add scd startup for superdirt

Aneurin Barker Snook 8 年之前
父节点
当前提交
1115c1aa14
共有 1 个文件被更改,包括 8 次插入0 次删除
  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