sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.06k stars 185 forks source link

triangle warm 8129 table includes values outside valid range #177

Closed tfry-git closed 1 year ago

tfry-git commented 1 year ago

It's declared int8_t, but includes values above 128. That's clearly an error, but I'm not sure, how exactly the table was meant to be constructed.

tomcombriat commented 1 year ago

And there are no negative values… Looks like an overflow. It is probably just a band limited triangle. Might try to remake it from the original if that helps.