VKeybd: Set default MIDI port flags
This commit is contained in:
@@ -1281,6 +1281,8 @@ PortManager::fill_midi_port_info_locked ()
|
||||
|
||||
if (port_is_control_only (*p)) {
|
||||
flags = MidiPortControl;
|
||||
} else if (*p == _backend->my_name() + ":" + _("Virtual Keyboard")) {
|
||||
flags = MidiPortFlags(MidiPortSelection | MidiPortMusic);
|
||||
}
|
||||
|
||||
MidiPortInformation mpi (_backend->name(), *p, true, flags, true);
|
||||
|
||||
Reference in New Issue
Block a user