diff --git a/battery123.scd b/battery123.scd new file mode 100644 index 0000000..47a16f1 --- /dev/null +++ b/battery123.scd @@ -0,0 +1,8 @@ +include("SuperDirt") + +Server.local.options.device = "Soundflower (2ch)"; +SuperDirt.start + +~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*"); + +~dirt.stop