packages feed

hsc3-0.21: Help/Ugen/fSinOsc.help.hs

-- fSinOsc ; note SC2 did not have the initial phase argument
fSinOsc ar (mce2 440 550) 0 * 0.05

-- fSinOsc ; modulate frequency
fSinOsc ar (xLine kr 200 4000 1 RemoveSynth) 0 * 0.1

-- fSinOsc ; loses amplitude towards the end
let f = fSinOsc ar (xLine kr 4 401 8 RemoveSynth)
in fSinOsc ar (f 0 * 200 + 800) 0 * 0.1