Merge branch 'master' into mixer-snapshots

This commit is contained in:
Nikolaus Gullotta 2019-03-11 12:55:53 -05:00 committed by Nikolaus Gullotta
parent 44c7ab039a
commit 5b07a130ce
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -1264,6 +1264,8 @@ PortManager::fill_midi_port_info_locked ()
return;
}
std::cerr << "MID .. doing the work\n";
std::vector<string> ports;
AudioEngine::instance()->get_ports (string(), DataType::MIDI, IsOutput, ports);