This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
juliese/ravey.tidal
T
2016-03-16 22:10:56 +00:00

37 lines
595 B
Plaintext

-- 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"
]