sensorium / Mozzi

sound synthesis library for Arduino

Home Page:https://sensorium.github.io/Mozzi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

triangle warm 8129 table includes values outside valid range

tfry-git opened this issue · comments

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.

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.