diff --git a/something-to-say.scd b/something-to-say.scd new file mode 100644 index 0000000..47a16f1 --- /dev/null +++ b/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