fix delay conflict

This commit is contained in:
Aneurin Barker Snook
2017-01-29 12:35:22 +00:00
parent e2e4b0b6e8
commit 3aaa63e7b3
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -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