Skip to content

Instantly share code, notes, and snippets.

@kindohm
Last active February 15, 2016 19:03
Show Gist options
  • Save kindohm/0352bd5a8ce97f63e9d2 to your computer and use it in GitHub Desktop.
Save kindohm/0352bd5a8ce97f63e9d2 to your computer and use it in GitHub Desktop.
Tidal Params

Tidal Pattern Transformers

Functions that change patterns to do wacky things.

<~ and ~> (Beat Rotation)

Description

Rotates a pattern either to the left of the right.

Paramters

Accepts one parameter which specifies how far to rotate the pattern. Units are in cycle length. e.g. 0.25 means one quarter of a cycle, 5.75 means five and three-quarters cycles, and so on.

Parameter Type Valid Range Practical Range
cycles decimal 0 - infinity 0 - depends

Example

d1 $ every 2 (0.25 <~) $ sound "bd hh*2 cp sd*3"

brak

degrade

degradeBy

density

fit

iter

jux

juxBy

palindrome

rev

slow

slowspread

smash

spread

trunc

zoom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment