packages feed

hsc3-0.11: Help/UGen/Noise/iChoose.help.lhs

> :t iChoose

# composite
iChoose is a composite of iRand and select.

> import Sound.SC3.ID

> let f = udup 2 (iChoose 'a' (mce [440,460 .. 880]))
> in audition (out 0 (sinOsc AR f  0 * 0.1))