LouDnl / USBSID-Pico

USBSID-Pico is a RPi Pico (RP2040/W RP2350) based board for interfacing one or two MOS SID chips and/or hardware SID emulators over (WEB)USB with your computer, phone, ASID supporting player or USB midi controller
https://discord.gg/zG2rxXuT2g
GNU General Public License v2.0
24 stars 2 forks source link

Improve (Midi/ASID) buffer handling #10

Closed LouDnl closed 5 days ago

LouDnl commented 1 month ago

Midi streambuffer needs improvement.

It goes from a for loop to a byte by byte handler to a buffer handler. Theres a noticeable delay when sending many midi commands at the same time. Tested with TidalCycles.

LouDnl commented 2 weeks ago

ASID issues fixed in 0c2e536fd369c57f36c98a3c2be2531609dcac5e Release: https://github.com/LouDnl/USBSID-Pico/releases/tag/v0.2.1-BETA

LouDnl commented 5 days ago

This is already fixed in 0c2e536fd369c57f36c98a3c2be2531609dcac5e