Archived
fix delay conflict
This commit is contained in:
+2
-2
@@ -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
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user