summaryrefslogtreecommitdiff
path: root/libs/ardour/event_type_map.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-13 00:35:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-13 00:35:42 +0000
commit13699251d95d4d1732c05e37038a675f64e2f63f (patch)
treeeb3bc815f91d70b58b9a38fb4199085fe73dcd5e /libs/ardour/event_type_map.cc
parentd7595f71be052a6dc692053bdf13c06e3c80785f (diff)
convert rec-enable control for a Track from PBD::COntrollable to ARDOUR::AutomatioNControl, and use in MCP
git-svn-id: svn://localhost/ardour2/branches/3.0@11956 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/event_type_map.cc')
-rw-r--r--libs/ardour/event_type_map.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/event_type_map.cc b/libs/ardour/event_type_map.cc
index 4b21d32e58..7cf6045d86 100644
--- a/libs/ardour/event_type_map.cc
+++ b/libs/ardour/event_type_map.cc
@@ -159,6 +159,9 @@ EventTypeMap::new_parameter(uint32_t type, uint8_t channel, uint32_t id) const
case PanFrontBackAutomation:
case PanLFEAutomation:
break;
+ case RecEnableAutomation:
+ /* default 0.0 - 1.0 is fine */
+ break;
case PluginAutomation:
case SoloAutomation:
case MuteAutomation: