From ff562a37f9a1b417ebf2495b994c3bce137425e7 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Sun, 9 Apr 2017 21:37:01 +0100 Subject: [PATCH] reads nicer :D --- battery123.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery123.scd b/battery123.scd index 1b56a01..95c729a 100644 --- a/battery123.scd +++ b/battery123.scd @@ -10,6 +10,6 @@ include("SuperDirt") Server.local.options.device = "Soundflower (2ch)"; SuperDirt.start -~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*"); +~dirt.loadSoundFiles("samples/*".resolveRelative); ~dirt.stop