Explorar el Código

reads nicer :D

Aneurin Barker Snook hace 8 años
padre
commit
ff562a37f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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