From efe278efeb52ef355c97dd478b68373cc02bd535 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Sun, 29 Jan 2017 13:33:51 +0000 Subject: [PATCH] forgot to include sc startup file --- battery123.scd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 battery123.scd 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