mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue