Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIDI Program Change broken in TinyUSB commit 42326428 (0.17.0 WIP) as used by the Pi Pico SDK 2.0.0? #2775

Open
1 task done
xoblite opened this issue Aug 25, 2024 · 0 comments
Labels

Comments

@xoblite
Copy link

xoblite commented Aug 25, 2024

Operating System

Others

Board

Raspberry Pi Pico 2 (RP2350)

Firmware

Pico SDK 2.0.0, which per its release notes includes TinyUSB commit 4232642 (0.17.0 WIP).

What happened ?

uint8_t midi_program_change[2] = { 0xc0 | channel, program};
tud_midi_stream_write(MIDI_cable, midi_program_change, 2);

This seems to change the program, but immediately after reverting back to program #0, possibly repeatedly (?) (i.e. getting stuck in some kind of loop doing so).

How to reproduce ?

See above.

Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)

See above.

Screenshots

No response

I have checked existing issues, dicussion and documentation

  • I confirm I have checked existing issues, dicussion and documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant