hsc3-0.16: Help/UGen/vOsc3.help.lhs
> Sound.SC3.UGen.Help.viewSC3Help "VOsc3"
> Sound.SC3.UGen.DB.ugenSummary "VOsc3"
> import Sound.SC3 {- hsc3 -}
see vOsc help for code to allocate and fill tables 0 to 7...
oscillator at buffers 0 through 7, mouse selects buffer.
> g_01 =
> let x = mouseX KR 0 7 Linear 0.1
> y = mouseY KR 0.01 0.2 Exponential 0.2
> o1 = vOsc3 AR x 120 121 129
> o2 = vOsc3 AR x 119 123 127
> in mce2 o1 o2 * y