sound

From TidalCycles userbase
Revision as of 00:11, 10 December 2018 by Yaxu (talk | contribs) (Yaxu moved page Sound to sound)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Type: sound :: Pattern String -> ControlPattern

sound turns a pattern of strings into a control pattern representing sounds - either sample sets or synth names. This function is required when using SuperDirt.

d1 $ sound "feel bd hh peri"

This function also has a shorthand alias called s:

d1 $ s "feel bd hh peri"