there is another bug in usbMidi.sendProgramChange.
where it says
void sendProgramChange(uint32_t program, uint32_t channel) __attribute__((always_inline)) {
usb_midi_write_packed(0xC00C |...
Type: Posts; User: kopiller
there is another bug in usbMidi.sendProgramChange.
where it says
void sendProgramChange(uint32_t program, uint32_t channel) __attribute__((always_inline)) {
usb_midi_write_packed(0xC00C |...