Prepare for API change, MidiPortOptions::setup_midi_port_view
This commit is contained in:
parent
0890b638b9
commit
a04a2bd0be
@ -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…
Reference in New Issue
Block a user