Tidal Cycles Worksheet

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

https://estuary.mcmaster.

ca/
estuary is a free website where you can use live coding to make music and visuals

bd
a bass drum sound

sound "bd"
this will play the bass drum sound once per cycle

sound "bd bd"


this will play the bass drum sound twice per cycle

sound "bd bd bd bd"


this will play the bass drum sound four times per cycle

sound "bd bd [bd bd] bd"


on the third step the bass drum sound (bd) will be played twice

sound "bd bd bd*2 bd"


another way to write this is with the multiplication symbol. on the third step the bass
drum (bd) sound will be played twice

cp
a clap sound. type "sound "cp"" to play it

sd
a snare drum sound. type "sound "sd"" to play it

hh
a hi-hat sound. type "sound "hh"" to play it

fast 2 $ sound "bd bd [cp bd] bd"


this will play a pattern twice as fast

slow 2 $ sound "bd bd [cp bd] bd"


this will play a pattern twice as slow

every
this will apply a function or effect every x cycles. For example "every 4 (fast 2) $ sound
"bd bd hh bd"" will play the pattern twice as fast every fourth cycle
# speed
this effect will raise or lower the pitch and speed of a sound. For example "sound "bd" #
speed "0.5"" will make the bass drum sound lower
# speed
by typing "sound "bd" # speed "2" it will make the bass drum sound higher pitched

numbers
a sound of a person counting numbers. type "sound "numbers"" to play it
numbers:1
by using a colon (:) after the sound you can choose different sounds from that sound
bank. try typing "sound "numbers:3 "" to hear a voice saying the number three. try using
a colon with other sounds, too!

other samples to try

ade arpy alphabet bass casio

clubkick future glitch hoover invaders

moog odx pad pebbles perc

wobble print rave sax tabla

learn more
the tidal website has lots of resources for further learning. Use the search bar to type in
questions and learn more!
http://tidalcycles.org/docs/

here’s a list of samples included with tidal and descriptions of what they sound like
https://tidalcycles.org/docs/configuration/AudioSamples/default_library/#default-
samples-table

here’s a list of chord names you can use together with note
https://tidalcycles.org/docs/patternlib/howtos/playchords/

You might also like