hsc3-0.16: Help/UGen/choose.help.lhs
:t choose
choose is a composite of iRand and select.
> import Sound.SC3 {- hsc3 -}
>
> g_01 =
> let f = uclone 'α' 2 (choose 'β' (mce [440,460 .. 880]))
> in sinOsc AR f 0 * 0.1
:t choose
choose is a composite of iRand and select.
> import Sound.SC3 {- hsc3 -}
>
> g_01 =
> let f = uclone 'α' 2 (choose 'β' (mce [440,460 .. 880]))
> in sinOsc AR f 0 * 0.1