gap

From TidalCycles userbase
Revision as of 19:29, 9 December 2018 by Yaxu (talk | contribs) (Yaxu moved page Gap to gap)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Type: gap :: Pattern Int -> ControlPattern -> ControlPattern

gap is similar to chop in that it granulates every sample in place as it is played, but every other grain is silent. Use an integer value to specify how many granules each sample is chopped into:

d1 $ gap 8 $ sound "jvbass"

d1 $ gap 16 $ sound "[jvbass drum:4]"

You can also provide a pattern here:

d1 $ gap "<32 16 8 4>" $ sound "rave"

See also: striate, chop