Interpolation event table

gentleclockdivider
gentleclockdivider Member Posts: 297 Advisor
edited June 9 in Reaktor

So I created a multislider whose data ( index + value ) is written into a event table
Drawing in the multislider is automatically updated in the event table .
The event table is send to interpolate x-values .
Iterating through the eventtable does not apply interpolation ,since the index values are integers
When manually scanning through he table with a generic slider (stepsize 0 ) then the interpolation is applied .
This is shown when recording the output of the table

1.jpg

Recorded output of table when iteration is used
Multislider= blue
Eventable =yellow

image.png image.png

Even when the iteration is set to 4 iterations per second there is no interpolation

Back To Top