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