Linear Interpolation method for hop steps

DSP related issues, mathematics, processing and techniques
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Linear Interpolation method for hop steps

Post by adamszabo »

Spogg wrote:You clearly like typing in huge numbers Adam! :lol:

My thought was that if you change the hop number, the multiplier would have to be re-calculated and entered.
And what about the precision? If you make the division in DSP it takes one sample period just once and handles any rounding internally.


Well i was just thinking that you cannot dynamically change the hop anyway, so if one changes the hop number, you still have to edit the code and then you can might as well quickly do a 1 / hop in a calculator. In this case 100% precision is not really needed since we are already changing the original signal, and you wont hear any difference in LFOs or Envelopes or any other things one would use this for.
Post Reply