Archived
fix delay conflict
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
include("SuperDirt")
|
||||
|
||||
Server.local.options.device = "Soundflower (2ch)";
|
||||
SuperDirt.start
|
||||
SuperDirt.start(2, s, 4);
|
||||
|
||||
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*")
|
||||
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*");
|
||||
|
||||
~dirt.stop
|
||||
|
||||
Reference in New Issue
Block a user