Skip to content

Instantly share code, notes, and snippets.

@jarmitage
Created May 18, 2022 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarmitage/8ceb18c0216a4655f97ea59ef718c8c5 to your computer and use it in GitHub Desktop.
Save jarmitage/8ceb18c0216a4655f97ea59ef718c8c5 to your computer and use it in GitHub Desktop.
Tidal track template
do -- 'do blocks' run all the code below at the same time
setcps (120/60/4) -- 120 cycles per second with 4 beats per bar
let mx = [0,0,0,0] -- mixer (gain control) for each pattern
d1 $ stack [
s "bd*4",
s "[~ sn]*2",
s "[~ hc]*4"
] # gain (mx!!0) -- 1st item in mx list
d2
$ struct "t(3,8) t(5,8" -- structure
$ n "c'maj e'min"
# s "superpiano"
# gain (mx!!1)
# room "0.5" # size "0.5" -- reverb
d1 silence
d2 silence
hush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment