[Csnd] interpolation
Date | 2012-05-09 17:17 |
From | Adam Puckett |
Subject | [Csnd] interpolation |
What's the difference between cubic and exponential interpolation? |
Date | 2012-05-09 22:51 |
From | peiman khosravi |
Subject | Re: [Csnd] interpolation |
I think cubic is higher resolution but still linear. Exponential is...well...exponential, as opposed to linear or logarithmic. P On 9 May 2012 17:17, Adam Puckett <adotsdothmusic@gmail.com> wrote: What's the difference between cubic and exponential interpolation? |
Date | 2012-05-10 01:56 |
From | Adam Puckett |
Subject | Re: [Csnd] interpolation |
Still don't understand completely... :/ On 5/9/12, peiman khosravi |
Date | 2012-05-10 10:09 |
From | peiman khosravi |
Subject | Re: [Csnd] interpolation |
OK :-) Cubic interpolation is simply more continuous, less stepwise. So it gives you the best resolution for a smoother result (sounds like am espresso advert!). Exponential interpolation means that instead of drawing a straight line (which would be linear) between two points you draw a curve that gets more and more steep as the value increases. Like this. P On 10 May 2012 01:56, Adam Puckett <adotsdothmusic@gmail.com> wrote: Still don't understand completely... :/ |