Aneurin Barker Snook пре 8 година
родитељ
комит
ff562a37f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      battery123.scd

+ 1 - 1
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