Hi Magic World
I have a bit a brain blocker, so maybe somebody can help me.
I'm moving a line by translating X with a triangle oscillator. Works fine.
But for the desired speed i need to multiply it with 3. Ok, it works when i put the variuable into the oscillator.
But now i want to regulate the speed external. But the midi input is only going to 1.
If i put a scale now, then my width which the line moves is getting bigger.
I have now no clue how the scale it back down as this is eliminating the first scale.
And if i put the scale before the oscillator, it seams that it does not have a effect.
I'm sure the answer is easy but ....
Thanks
Speed up oscillator with external input
Re: Speed up oscillator with external input
The scale after the oscillator makes the line travel from 0 to 3.5 in 1 second (or faster depending on the value of the fader) which, although it is going faster, it is going faster because the distance has increased and the travel time is the same. The offset brings it into back into view spatially.
So the scale before the oscillator only scales the speed, the scale after the oscillator scales the distance and (sort of) the speed but only because its going further in the same time.