summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-02-06 14:43:41 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-02-06 14:43:58 -0700
commit8242478da50e02afe9fb4449ce092197250141d7 (patch)
tree458653062c61264574218ed8167f6a7516aea1ec /gtk2_ardour/midi_time_axis.h
parent55d158816eb44141fb313e0d6473aa508bb32d33 (diff)
try to fix awful confusion and misbehavior for plugin-provided MIDNAM situations
We do not store the MIDNAM model as a GUIObject property if the using the plugin-provided MIDNAM. Selecting a different MIDNAM for the plugin should now result in that choice being saved/restored correctly. This all feels crazily complicated, but I don't want to change more of the architecture at this time
Diffstat (limited to 'gtk2_ardour/midi_time_axis.h')
-rw-r--r--gtk2_ardour/midi_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h
index ee36d4c534..e364913bb0 100644
--- a/gtk2_ardour/midi_time_axis.h
+++ b/gtk2_ardour/midi_time_axis.h
@@ -127,6 +127,7 @@ private:
sigc::connection _note_range_changed_connection;
+ void maybe_trigger_model_change ();
void model_changed(const std::string& model);
void custom_device_mode_changed(const std::string& mode);