From 78986385e17b82a6704c8792fb21a42cd86add9a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Aug 2010 22:23:23 +0000 Subject: Fix save/load of MIDI automation state. Fixes #3354. git-svn-id: svn://localhost/ardour2/branches/3.0@7578 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/plugin_insert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/plugin_insert.h') diff --git a/libs/ardour/ardour/plugin_insert.h b/libs/ardour/ardour/plugin_insert.h index c962832eb1..6656f755cf 100644 --- a/libs/ardour/ardour/plugin_insert.h +++ b/libs/ardour/ardour/plugin_insert.h @@ -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); -- cgit v1.2.3