mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
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:
parent
43be246a6a
commit
42cd22ead4
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue