moved some samples around, add new ideas

split 155bpm stuff to new ravey.tidal
This commit is contained in:
Aneurin Barker Snook
2016-03-16 22:10:56 +00:00
parent 0fd724612f
commit 7e8eb621ca
8 changed files with 104 additions and 85 deletions
+36
View File
@@ -0,0 +1,36 @@
-- original ravey
cps (155/60)
d1 $ stack [
(1 ~>) $ sound "cy/8",
s "[k {k, sn}]/2"
]
d2 $
whenmod 16 15 (density 3) $
smash 16 [0.25, 0.5] $
s "hh hh:2"
# gain "0.6"
d3 $
(within (0, 0.5) $ gap 16) $
(s $ samples "[[~ wb ~ ~] wb]/2" (slow 5 $ irand 5))
# shape ((/3) <$> slow 16 saw1)
# vowel "[i o]*2"
d4 $
(0.5 <~) $
slowspread density [1,2,0.5,2] $
chop 32 $ s "eg:4/2"
# gain "0.8"
# speed ((+1).(/2) <$> slow 1.88 saw1)
mapM_ ($ silence) [d3,d4]
hush
d1 $ stack [
(1 ~>) $ sound "cy/8",
whenmod 16 14 (trunc 0.4) $
sound "[k {k, sn}]/2"
]