Emit ContentsChanged on the model when one of its control lists changes. Should...
[ardour.git] / libs / ardour / ardour / midi_model.h
index 1479bdc65e819cf0ac44dcdd23c28975df65340d..d0a05e131d5a83fd04f64a84fc1bf9fc6dcd0380 100644 (file)
@@ -289,6 +289,8 @@ private:
        void control_list_interpolation_changed (Evoral::Parameter, Evoral::ControlList::InterpolationStyle);
        void automation_list_automation_state_changed (Evoral::Parameter, AutoState);
 
+       void control_list_marked_dirty ();
+
        PBD::ScopedConnectionList _midi_source_connections;
 
        // We cannot use a boost::shared_ptr here to avoid a retain cycle