hi,
i want to create a LFO that could change the volume of a signal with a sinusoidal wave
i have some questions about that,
i use a osc~ object for creating low frequences, and it has a signal outlet,
input of volume number is control inlet,
i used env~ but it looks like it uses a lot of CPU, is there any other objects that i can use for that job,
and my other problem about env~:
osc~ goes sinusoidally from 1 to 0,0 to -1, -1 to 0 ... and so,
but env~ object outputs always positive values as amplitude (normally), so when osc~ is at 1 env~ outputs 99.99, when osc~ is at -1 env~ outputs 99.99 again, so its not the sine wave that controls the volume, its only the half of it...
i dont know if i could tell my problem, a made an image of it =)
you have any suggestions?