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") include("SuperDirt")
Server.local.options.device = "Soundflower (2ch)"; 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 ~dirt.stop
+1 -2
View File
@@ -529,7 +529,7 @@ d'bass $ bass'7 id
d'fly $ fly'7 d'fly $ fly'7
d'fly $ fly'7 d'fly $ fly'7
# orbit "1" # orbit "2"
# delay "0.6" # delay "0.6"
# delayfeedback "0.4" # delayfeedback "0.4"
# delaytime "0.62" --(112/60)/3 # delaytime "0.62" --(112/60)/3
@@ -544,7 +544,6 @@ d'bass $
(# end (bass'7'm (+0.05))) $ (# end (bass'7'm (+0.05))) $
bass'7 id bass'7 id
-- TODO fix delay clashes with >2 orbits
d'shard $ shard'7 "0.02" d'shard $ shard'7 "0.02"
d'drum $ s "{[k k]/2, ~ sn}" d'drum $ s "{[k k]/2, ~ sn}"