Hi there,
When I use this array for example
-1.0 -0.5 0.0 0.5 1.0 1 1 1
on both the InValues and the OutValues and Smoothing gets greater than 0.5 I get square wave kind of shapes. I guess that's because the spline interpolation doesn't know what to do with the subsequent 1s. I create my arrays algorithmically and don't see a way to automatically shorten them to the first 1 while the Sound is playing. Why isn't the InputOutputCharacteristic ignoring equal subsequent values? Is there a way to change the size of the array while the Sound is playing?
Thanks!