mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
Apply panners/automation patch from torbenh (Panner is-a Processor).
git-svn-id: svn://localhost/ardour2/branches/3.0@3848 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
612850c41b
commit
ec6ab8a048
18 changed files with 261 additions and 205 deletions
|
|
@ -214,7 +214,7 @@ Processor::set_state (const XMLNode& node)
|
|||
break;
|
||||
}
|
||||
// FIXME: other automation types?
|
||||
mark_automation_visible (Evoral::Parameter(PluginAutomation, what), true);
|
||||
mark_automation_visible (Evoral::Parameter(PluginAutomation, 0, what), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue