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

Fixed triangle_warm8192 wavetable #184

Closed tomcombriat closed 1 year ago

tomcombriat commented 1 year ago

Fix #177 .

It seemed that it was just an overflow that happened while creating the table, probably with an output type set to uint8 instead of int8.