mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Prepare for API change, MidiPortOptions::setup_midi_port_view
This commit is contained in:
parent
0890b638b9
commit
a04a2bd0be
1 changed files with 2 additions and 0 deletions
|
|
@ -2172,6 +2172,7 @@ MidiPortOptions::refill_midi_ports (bool for_input, Gtk::TreeView& view)
|
|||
{
|
||||
using namespace ARDOUR;
|
||||
|
||||
#if 0
|
||||
std::vector<string> ports;
|
||||
|
||||
AudioEngine::instance()->get_known_midi_ports (ports);
|
||||
|
|
@ -2206,6 +2207,7 @@ MidiPortOptions::refill_midi_ports (bool for_input, Gtk::TreeView& view)
|
|||
}
|
||||
|
||||
view.set_model (model);
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue