13
0

Fix plugin parameter updates (#3636).

git-svn-id: svn://localhost/ardour2/branches/3.0@8370 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-29 21:07:37 +00:00
parent d725fc2d1c
commit fa02a4e61c

View File

@ -281,7 +281,7 @@ void
Plugin::set_parameter (uint32_t which, float val)
{
_parameter_changed_since_last_preset = true;
ParameterChanged (Evoral::Parameter (PluginAutomation, 0, which), val); /* EMIT SIGNAL */
ParameterChanged (which, val); /* EMIT SIGNAL */
}
int