mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-27 21:37:37 -04:00
Fix spa_ump_to_midi() MIDI 2.0 channel pressure (0xD0) to emit the status byte before the data byte. The fallthrough from default caused the status to be missing, producing 1 byte instead of 2. Mask bank MSB and LSB with 0x7f in MIDI 2.0 program change conversion to ensure valid MIDI 1.0 data bytes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||