mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Special case "Virtual Keyboard" to be available as external input
This commit is contained in:
parent
c4d7870c68
commit
bc363f1258
1 changed files with 2 additions and 1 deletions
|
|
@ -1262,7 +1262,8 @@ PortManager::fill_midi_port_info_locked ()
|
|||
|
||||
for (vector<string>::iterator p = ports.begin(); p != ports.end(); ++p) {
|
||||
|
||||
if (port_is_mine (*p)) {
|
||||
/* ugly hack, ideally we'd use a port-flag, or at vkbd_output_port()->name() */
|
||||
if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _(Virtual Keyboard")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue