From 1115c1aa14dba9aedf595c6605664c5a4b4911fd Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Mon, 30 Jan 2017 09:32:24 +0000 Subject: [PATCH] add scd startup for superdirt --- something-to-say.scd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 something-to-say.scd 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