mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Remove ill-conceived Mixbus special case.
Using "Audio I/O" prevents instruments being listed by default.
This commit is contained in:
parent
645a08cce1
commit
71f95a99a8
1 changed files with 0 additions and 4 deletions
|
|
@ -224,11 +224,7 @@ PluginSelector::PluginSelector (PluginManager& mgr)
|
|||
_fil_channel_combo.append_text_item (_("Stereo Audio I/O"));
|
||||
_fil_channel_combo.append_text_item (_("MIDI I/O (only)"));
|
||||
_fil_channel_combo.append_text_item (_("Show All I/O"));
|
||||
#ifdef MIXBUS
|
||||
_fil_channel_combo.set_text (_("Audio I/O"));
|
||||
#else
|
||||
_fil_channel_combo.set_text (_("Show All I/O"));
|
||||
#endif
|
||||
|
||||
VBox* filter_vbox = manage (new VBox);
|
||||
filter_vbox->pack_start (*_fil_effects_radio, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue