summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-02-11 17:40:38 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-02-11 17:40:38 -0700
commit0d1eb8c96c956b11a8ca0059a87e59deef21c6fa (patch)
tree311873ee70651d3e7fa36393e2495e0b17dab531 /gtk2_ardour
parenta48a2b26de8311098b4e309f3d6e3b8c6f68390a (diff)
expand comment
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/midi_time_axis.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc
index 17036523c0..4daeaf4a2e 100644
--- a/gtk2_ardour/midi_time_axis.cc
+++ b/gtk2_ardour/midi_time_axis.cc
@@ -421,7 +421,10 @@ MidiTimeAxisView::maybe_trigger_model_change ()
model_changed (saved_model_name);
} else {
- /* ensure that "Plugin Provided" is prefixed at the top of the list */
+ /* user has not explicitly set MIDNAM model, and
+ * there's a plugin provided MIDNAM. Ensure that
+ * "Plugin Provided" is prefixed at the top of the list
+ */
model_changed (model_name);
if (_midnam_model_selector.items().empty () || _midnam_model_selector.items().begin()->get_label() != _("Plugin Provided")) {
setup_midnam_patches ();