Understanding interpolation in msp objects
Mar 22 2016 | 12:02 pm
Hi,
Can anyone explain what is meant with 'interpolation' in msp objects that read from buffer. For example, we have the two objects peek~ and index~, where index~ does not interpolate (i don't know if peek~ interpolates). We also have various gen~ lookup interpolation methods.I am confused because I thought that querying a particular sample value would simply output that value as it is, and querying the next sample value would likewise output that value. But 'interpolation' suggests, that some smoothing is taking place – something in-between.
Best regards, Jakob