Fix save/load of MIDI automation state. Fixes #3354.
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index c962832eb1864d2ea79532127dd680ab22d9192c..6656f755cf9a1698498c93f008954f379e3ec9e3 100644 (file)
@@ -133,7 +133,7 @@ class PluginInsert : public Processor
        void connect_and_run (BufferSet& bufs, nframes_t nframes, nframes_t offset, bool with_auto, nframes_t now = 0);
 
        void set_automatable ();
-       void auto_state_changed (Evoral::Parameter which);
+       void control_list_automation_state_changed (Evoral::Parameter, AutoState);
        void set_parameter_state (const XMLNode& node, int version);
        void set_parameter_state_2X (const XMLNode& node, int version);