40 lines
884 B
Plaintext

-- Basic rythm
d1 $ sometimes (fast "2") $ s "[bd:3*4,sn*2,hh*8]" # delay 0.5 # delaytime 1 # leslie 0.5
d1 ""
d2 $ "1!7 1*2" # s "hh"
d2 ""
-- Sliced and jumbled breaks
d3 $ sometimes (fast 2) $ slice 16 (run 8 |> irand 16) $ sound "breaks165:1" # cut "-1" # room 0.5
d3 ""
-- Something melodic or so?
d4 $ n (scale "minor" "[1 3 5 3]*2"|+"<[-2,+5] [-1,+6]>") # s "jvbass" # room 0.3 # delay 0.75 # delayfb 0.8
d4 ""
d5 $ sometimes (jux rev) $ n ( scale "<major minor locrian>" (run 8)) # s "supermandolin" # room 0.3 # delay 0.75 # delayfb 0.8
d5 silence
d6 $ n (run 16 |> run 64 |+| slow 4 "4 13 7 2") # s "jvbass" # room 5 # delay 0.75 # delayfb 0.9 # gain 0.5
d6 ""
-- Quantized Perlin Noise
d7 $ s "superpiano*2" # n (quantise 1 (perlin * 10))
-- Why does the following not work then???
d7 $ s "superpiano*2" # n (scale "major" (perlin * 10))
d7 silence
hush