On 2017-02-28 00:52, cristiano piatti wrote:
What exactly happens inside line object ?
[line~] interpolates between two values over time: rather than doing a big jump from the current value to the target value, it makes many many small jumps (of the same size). the number of jumps is maximized: each sample gets a new value (that is 44100 jumps/second).
Is there an algorithm that make the same of line ?
y = kx+d
fgmasdr IOhannes