Difference between revisions of "selectF"
From TidalCycles userbase
Line 1: | Line 1: | ||
− | <source>selectF :: Pattern Double -> [Pattern a -> Pattern a] -> Pattern a -> Pattern a | + | <source>selectF :: Pattern Double -> [Pattern a -> Pattern a] -> Pattern a -> Pattern a</source> |
− | |||
chooses between a list of functions, using a pattern of floats (from 0-1) | chooses between a list of functions, using a pattern of floats (from 0-1) | ||
− | See also [[select]] | + | See also: |
+ | [[select]] | ||
+ | [[pickF]] | ||
+ | [[squeeze]] | ||
[[Category:Functions]] | [[Category:Functions]] |