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
haddeo-remix/haddeo.tidal
T

322 lines
6.9 KiB
Plaintext
Raw Normal View History

2016-08-10 23:37:02 +01:00
let bpm b = cps (b/60)
let withmod a b c d = (whenmod a b . within (c, d))
let every' n o f = when ((== (o-1)) . (`mod` n)) f
2016-09-12 19:35:07 +01:00
let modtempo s e = (# nudge (scale 0 s $ fmap (**e) saw1))
let mt s d i = slow s . modtempo 0.3 3 $ density d $ i
2016-09-12 19:35:07 +01:00
2016-08-10 23:37:02 +01:00
-- original bpm = 105
bpm 105
2016-09-12 19:35:07 +01:00
-- drum
2016-08-10 23:37:02 +01:00
2016-09-12 19:35:07 +01:00
d1 $ slow 8 $ n "[1*2, 0*8]" # s "drum"
d1 $ slow 8 $ n "[1*2, 0 0 0 [0 ~! 0] ! 0 [0 0/4] 0]" # s "drum"
d1 $ mt 16 2 $ n "[1*2, 0 0 0 [0 ~! 0] ! 0 [0 0/4] 0]" # s "drum"
2016-08-10 23:37:02 +01:00
d2 $ n "[[~ 0] [[2!! ~]/4 0]]/2" # s "kit"
d2 $
withmod 11 5 0.5 1 (density 2) $
n "[[~ 0] [[2!! ~]/4 0]]/2" # s "kit"
d2 $
whenmod 3 2 (density 2) $
withmod 11 5 0.5 1 (density 2) $
n "[[~ 0] [[2!! ~]/4 0]]/2" # s "kit"
d2 $
2016-09-12 19:35:07 +01:00
every' 16 8 (const $ s "kit:3") $
2016-08-10 23:37:02 +01:00
whenmod 3 2 (density 2) $
withmod 11 5 0.5 1 (density 2) $
n "[[~ 0] [[2!! ~]/4 0]]/2" # s "kit"
2016-09-12 19:35:07 +01:00
-- icarus
d3 $ slow 16 . striate 256 $ s "icarus"
2016-08-10 23:37:02 +01:00
2016-09-18 03:48:54 +01:00
d3 $ superimpose (8 ~>) $
slow 16 . striate 256 $ s "icarus"
2016-08-10 23:37:02 +01:00
d3 $
2016-09-15 00:02:22 +01:00
every' 2 2 (within (0, 0.75) (iter 16)) $
slow 16 . striate 256 $ s "icarus"
2016-08-10 23:37:02 +01:00
2016-09-18 03:48:54 +01:00
d3 $
superimpose (8 ~>) $
every' 2 2 (within (0, 0.75) (iter 16)) $
slow 16 . striate 256 $ s "icarus"
2016-09-15 00:02:22 +01:00
{-
2016-08-10 23:37:02 +01:00
d3 $
2016-09-12 19:35:07 +01:00
slow 8 $ smash 64 [0.5,0.75] $
2016-08-10 23:37:02 +01:00
s "icarus"
2016-09-15 00:02:22 +01:00
-}
2016-08-10 23:37:02 +01:00
2016-09-12 19:35:07 +01:00
-- nimble
2016-08-10 23:37:02 +01:00
2016-09-12 19:35:07 +01:00
d4 $ slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
2016-09-15 00:02:22 +01:00
d4 $ superimpose (iter 4) $
slow 16 $ striate 256 $ n "[0 1]/2" # s "nimble"
2016-09-12 19:35:07 +01:00
2016-09-15 00:02:22 +01:00
d4 $
superimpose (
iter 4 .
(# speed ((+0.8).(/1.5) <$> slow 2.5 sine1))
) $
slow 16 $ striate 256 $ n "[0 1]/2" # s "nimble"
2016-08-10 23:37:02 +01:00
2016-09-15 00:02:22 +01:00
d4 $
superimpose (
iter 4 .
(# speed ((+0.8).(/1.5) <$> slow 2.5 sine1)) .
(# nudge "0")
) $
mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
2016-08-10 23:37:02 +01:00
2016-09-12 19:35:07 +01:00
d3 silence
2016-09-15 00:02:22 +01:00
d4 $ mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
2016-09-12 19:35:07 +01:00
2016-09-15 00:02:22 +01:00
d4 $ whenmod 5 3 rev $
mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
2016-08-10 23:37:02 +01:00
2016-09-15 00:02:22 +01:00
d4 $
every' 2 2 (within (0, 0.5) (const silence)) $
superimpose (
iter 4 .
(# speed ((+0.8).(/1.5) <$> slow 2.5 sine1)) .
(# nudge "0")
) $
whenmod 5 3 rev $
mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
d4 $
every' 2 2 (within (0.25, 0.5) (const silence)) $
superimpose (
iter 4 .
(# speed ((+0.8).(/1.5) <$> slow 2.5 sine1)) .
(# nudge "0")
) $
whenmod 5 3 rev $
mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
-- something of a structure starting to come together here
d1 $ slow 8 $ n "[1*2, 0 0 0 [0 ~! 0] ! 0 [0 0/4] 0]" # s "drum"
d1 $
(whenmod 5 3 . every' 7 5) (0.5 ~>) $
slow 8 $ n "[1*2, 0 0 0 [0 ~! 0] ! 0 [0 0/4] 0]" # s "drum"
d1 $
(whenmod 5 3 . every' 7 5) (0.5 ~>) $
mt 16 2 $ n "[1*2, 0 0 0 [0 ~! 0] ! 0 [0 0/4] 0]" # s "drum"
d3 $
every' 2 2 (within (0, 0.75) (iter 16)) $
slow 16 . striate 256 $ s "icarus"
d4 $
every' 2 2 (within (0.25, 0.5) (const silence)) $
whenmod 5 3 rev $
mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
2016-09-18 03:48:54 +01:00
-- hahaha, holy fuck
d4 $ whenmod 4 2 (const silence) $
slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
d4 $ whenmod 4 2 (const silence) $
slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
# vowel "e a"
d4 $ whenmod 4 2 (const silence) $
density 2 $ (# cut "4") $
slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
# vowel "e a"
d4 $
superimpose ((4 ~>) . iter 4) $
whenmod 4 2 (const silence) $
density 2 $ (# cut "4") $
slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
# vowel "e a"
d4 $
superimpose (density 2 . (4 ~>) . iter 4) $
whenmod 4 2 (const silence) $
density 2 $ (# cut "4") $
slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
# vowel "e a"
d5 $ slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
d1 $ stack [
n "[1, 0*2 [~ 0] ! ~]/4" # s "drum",
2016-09-18 05:50:32 +01:00
n "[~ 0]/2" # s "sn"
2016-09-18 03:48:54 +01:00
]
d1 $ stack [
n "[1, 0*2 [~ 0] ! ~]/4" # s "drum",
2016-09-18 05:50:32 +01:00
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
2016-09-18 03:48:54 +01:00
]
-- heh
--bpm 80
d4 $
(2 ~>) $
superimpose (density 2 . (4 ~>) . iter 4) $
whenmod 4 2 (const silence) $
density 2 $ (# cut "4") $
slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
# vowel "e a"
d5 $
superimpose (
iter 4 .
(# speed ((+0.8).(/1.5) <$> slow 2.5 sine1)) .
(# nudge "0")
) $
whenmod 5 3 rev $
slow 16 $ striate 256 $ n "[0 1]/2" # s "nimble"
d4 $
(2 ~>) $
superimpose (density 2 . (4 ~>) . iter 4) $
whenmod 4 2 (const silence) $
density 2 $ (# cut "4") $
mt 16 1 $ striate 16 $ n "[0 1]/2" # s "nimble"
# vowel "e a"
d5 $
superimpose (
iter 4 .
(# speed ((+0.8).(/1.5) <$> slow 2.5 sine1)) .
(# nudge "0")
) $
whenmod 5 3 rev $
mt 16 1 $ striate 256 $ n "[0 1]/2" # s "nimble"
d1 $ mt 16 16 $ stack [
n "[1, 0*2 [~ 0] ! ~]/4" # s "drum",
2016-09-18 05:50:32 +01:00
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
2016-09-18 03:48:54 +01:00
]
2016-09-18 05:50:32 +01:00
-- some other ideas
d1 $ stack [
n "[1, 0*2 [~ 0] ! ~]/4" # s "drum",
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
d1 $ stack [
n "[1, 0*2 [~ 0] ! ~]/4" # s "drum",
whenmod 5 3 (
superimpose (
within (0, 0.5) (
(# gain "0.7") .
(# n (irand 3)) .
(# s "tom")
) .
(# gain "0.8") .
(0.25 ~>) . density 2
)
) $
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
d1 $ stack [
n "[1, 0*2 [~ 0] ! ~]/4" # s "drum",
whenmod 7 6 (slowspread ($) [density 4 . rev . slow 4, id, (0.25 ~>)]) $
whenmod 5 3 (
superimpose (
within (0, 0.5) (
(# gain "0.7") .
(# n (irand 3)) .
(# s "tom")
) .
(# gain "0.8") .
(0.25 ~>) . density 2
)
) $
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
d4 $ slow 16 $ striate 16 $ n "[0 1]/2" # s "nimble"
d6 $
every' 3 2 rev $
(2 <~) $
slow 16 $ striate 32 $ n "[0 1]/2" # s "nimble"
# speed "0.55"
-- nailed it
d7 $
whenmod 16 8 (0.5 ~>) $
slow 8 $
slowspread ($) [gap 16, striate 8] $
n "[0 1]/2" # s "nimble"
# speed "[-3 -2]"
# gain "0.9"
{-
d7 $
within (0, 0.75) (density (5%3) . sometimes (0.5 <~)) $
whenmod 16 8 (0.5 ~>) $
slow 8 $
slowspread ($) [gap 16, striate 8] $
n "[0 1]/2" # s "nimble"
# speed "[-3 -2]"
-}
d1 $ stack [
n "[1, 0*4 [~ 0*2] [~ 0/2 0 ~] ~]/4" # s "drum",
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
d1 $ stack [
n "[1, 0*4 [~ 0*2] [~ 0/2 0 ~] ~]/4" # s "drum",
whenmod 7 6 (slowspread ($) [density 4 . rev . slow 4, id, (0.25 ~>)]) $
whenmod 5 3 (
superimpose (
within (0, 0.5) (
(# gain "0.7") .
(# n (irand 3)) .
(# s "tom")
) .
(# gain "0.8") .
(0.25 ~>) . density 2
)
) $
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
d1 $ slow 16 . modtempo 0.6 4 $ density 16 $ stack [
n "[1, 0*4 [~ 0*2] [~ 0/2 0 ~] ~]/4" # s "drum",
whenmod 7 6 (slowspread ($) [density 4 . rev . slow 4, id, (0.25 ~>)]) $
whenmod 5 3 (
superimpose (
within (0, 0.5) (
(# gain "0.7") .
(# n (irand 3)) .
(# s "tom")
) .
(# gain "0.8") .
(0.25 ~>) . density 2
)
) $
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
-- could be a good outro
d1 $ slow 16 . modtempo 0.6 4 $ density 16 $
stack [
n "[1, 0*4 [~ 0*2] [~ 0/2 0 ~] ~]/4" # s "drum",
4 ~> n "[~ 0 [~ 0/2 ~!] 0]/4" # s "sn"
]
2016-09-18 03:48:54 +01:00
2016-08-10 23:37:02 +01:00
hush