mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Pass MIDI events as they are. JACK requires NoteOn 0-velocity midi events to be patched to NoteOff events for compatibility with LV2 plugins. Let's do this patchup in the JACK layer then and add an option to disable it. It's best to pass the midi messages unmodified and then patch them up wherever they need patching up. |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||