Here is something I am scratching my head over how to achieve. I have an LFO signal that I am receiving and I now need to create other LFO signals that are slower or faster in multiples. Factors are 1/16, 1/8, 1/4, 1/2, 2, 4, 8, 16.
To make the LFO faster by for example a factor of 2 is easy. You multiply the input number by 2 and keep only the fraction part.
But how can I do the same in the other direction?
Anybody have any ideas? The LFO signal is fixed and I cannot change what comes in. It has to be done mathematically.
Thanks.
slow_down_LFO.v4p (9.4 KB)