Difference between revisions of "pickF"
From TidalCycles userbase
(Created page with "<source>pickF :: Pattern Int -> [Pattern a -> Pattern a] -> Pattern a -> Pattern a</source> chooses between a list of functions, using a pattern of integers") |
|||
Line 2: | Line 2: | ||
chooses between a list of functions, using a pattern of integers | chooses between a list of functions, using a pattern of integers | ||
+ | |||
+ | see also: [[squeeze]], [[selectF]], [[select]] | ||
+ | |||
+ | [[Category:Functions]] |