mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Instrument Selector: use a 3-way Disposition to disambiguate the uses of this widget
This commit is contained in:
parent
9eb626cc37
commit
9ad82787a1
7 changed files with 25 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue