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:
parent
d725fc2d1c
commit
fa02a4e61c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user