when sending notice of a change in a plugin parameter value, send the current value
git-svn-id: svn://localhost/ardour2/branches/3.0@13121 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3b250c5475
commit
5ce7e740c4
@ -343,7 +343,7 @@ Plugin::set_parameter (uint32_t which, float val)
|
|||||||
{
|
{
|
||||||
_parameter_changed_since_last_preset = true;
|
_parameter_changed_since_last_preset = true;
|
||||||
_session.set_dirty ();
|
_session.set_dirty ();
|
||||||
ParameterChanged (which, val); /* EMIT SIGNAL */
|
ParameterChanged (which, get_parameter (which)); /* EMIT SIGNAL */
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user