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:
David Robillard 2008-10-03 03:16:19 +00:00
parent 612850c41b
commit ec6ab8a048
18 changed files with 261 additions and 205 deletions

View file

@ -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);
}
}