selectF

From TidalCycles userbase
Revision as of 19:51, 11 May 2020 by Ovitus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
selectF :: Pattern Double -> [Pattern a -> Pattern a] -> Pattern a -> Pattern a

chooses between a list of functions, using a pattern of floats (from 0-1)

see also: select, pickF, squeeze