Page 1 of 1

Using sine-waves

Posted: Sat Oct 13, 2018 3:10 am
by reGeneraTed
Hey MMV Forums,

Quick question:

I've been experimenting with sine oscillation a bit and I'm wanting to wrap it a small level.

I want the oscillator to start at 0 and move only between 0 and 0.1. If I give it a small oscillation, it moves slowly but it still needs to travel all the way up to 1 before it starts reversing. What would be a good way to cap this oscillation at 0.1?

Hope everyone enjoys their weekend.

Re: Using sine-waves

Posted: Sat Oct 13, 2018 5:55 am
by perzon
Set your scale to 0.1 before the OSC

Re: Using sine-waves

Posted: Mon Oct 15, 2018 9:56 am
by Slavi
perzon wrote:Set your scale to 0.1 before the OSC
Thank you perzon! What if want it to move between 0.5 and 0.6 ? I would offset (add) 0.5 before the scale ?

Re: Using sine-waves

Posted: Wed Oct 17, 2018 9:52 pm
by reGeneraTed
Hey perzon,

You are correct. here is what I used that seemed to work for me:

sine oscillator 0.1
scale 0.1
offset + .5 (put this on either a specific parameter or global parameter)