Set session dirty on plugin parameter changes (rest of #3997).
git-svn-id: svn://localhost/ardour2/branches/3.0@9402 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -282,6 +282,7 @@ void
|
||||
Plugin::set_parameter (uint32_t which, float val)
|
||||
{
|
||||
_parameter_changed_since_last_preset = true;
|
||||
_session.set_dirty ();
|
||||
ParameterChanged (which, val); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user