surge-synthesizer / stochas

The Stochas Sequencer
https://stochas.org
GNU General Public License v3.0
410 stars 35 forks source link

Changes char to int8_t [#74] #77

Closed tyberion closed 3 years ago

tyberion commented 3 years ago

Stochas does not work on the raspberry pi (and probably other arm devices) because char is not signed on arm devices. Changing two variable from char to int8_t seems to have solved Stochas from having weird behavior on the Raspberry Pi (issue #74)