Instrument Selector: use a 3-way Disposition to disambiguate the uses of this widget

This commit is contained in:
Ben Loftis 2022-02-04 20:31:21 -06:00
parent 9eb626cc37
commit 9ad82787a1
7 changed files with 25 additions and 10 deletions

View file

@ -1094,7 +1094,7 @@ RecorderUI::new_track_for_port (DataType dt, string const& port_name)
ArdourDialog d (_("Create track for input"), true, false);
Entry track_name_entry;
InstrumentSelector instrument_combo;
InstrumentSelector instrument_combo(InstrumentSelector::ForTrackDefault);
ComboBoxText strict_io_combo;
string pn = AudioEngine::instance()->get_pretty_name_by_name (port_name);