slow

From TidalCycles userbase
Revision as of 23:59, 9 December 2018 by Yaxu (talk | contribs) (Yaxu moved page Slow to slow)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Type: slow :: Pattern Time -> Pattern a -> Pattern a

slow slows down a pattern. For example, the following will play the sound pattern "bd sn kurt" twice as slow (i.e. so it repeats once every two cycles), and the vowel pattern three times as slow:

d1 $ sound (slow 2 "bd sn kurt")
   # slow 3 (vowel "a e o")

See also: fast.