summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 03:16:19 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 03:16:19 +0000
commitec6ab8a04811acd1b548a23ab8f95c27797267fe (patch)
tree4b4106dd6cb9a10f56eb423f3e8291f99a7ce2d1 /libs/ardour/processor.cc
parent612850c41b880ef2971a87cd1afa50c077b32c8d (diff)
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
Diffstat (limited to 'libs/ardour/processor.cc')
-rw-r--r--libs/ardour/processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc
index 5fbb30810d..a541ae0423 100644
--- a/libs/ardour/processor.cc
+++ b/libs/ardour/processor.cc
@@ -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);
}
}