mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
alsa: remove NoteOn 0-velocity fixup
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.
This commit is contained in:
parent
d13a206866
commit
40f50deae9
3 changed files with 27 additions and 13 deletions
|
|
@ -81,7 +81,8 @@ jack.properties = {
|
|||
# ignore-all: Ignore all self connect requests
|
||||
#jack.self-connect-mode = allow
|
||||
#jack.locked-process = true
|
||||
#jack.default-as-system = false
|
||||
#jack.default-as-system = false
|
||||
#jack.fix-midi-events = true
|
||||
}
|
||||
|
||||
# client specific properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue