mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
jack: add option and disable MIDI2 port flags by default
Add an option to add the MIDI2 flag on ports. This is disabled by default because most JACK apps don't know about the flag and then refuse to show the MIDI ports. Fixes #4584
This commit is contained in:
parent
3905e3b3d3
commit
0b5d669679
3 changed files with 13 additions and 2 deletions
|
|
@ -95,6 +95,7 @@ jack.properties = {
|
|||
#jack.max-client-ports = 768
|
||||
#jack.fill-aliases = false
|
||||
#jack.writable-input = true
|
||||
#jack.flag-midi2 = false
|
||||
}
|
||||
|
||||
# client specific properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue