DatanoiseTV / PicoADK-Firmware-Template

🎵 🎹 Firmware boilerplate for the RP2040 / RP2350 powered PicoADK Audio Development Boards. Build your own stand alone synthesizers! Includes all nuts and bolts (FreeRTOS, USB MIDI, Vult DSP, Hardware Plumbing, DMA, ..). https://github.com/DatanoiseTV/PicoADK-Hardware
MIT License
149 stars 17 forks source link

subtrackt unsign numbers fixed #23

Closed Karijn closed 4 months ago

Karijn commented 4 months ago

subtracting of two unsigned numbers failed when the result is negative. fixed by casting the unsigned numbers to int32_t