summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-19 16:45:57 +0200
committerRobin Gareus <robin@gareus.org>2017-06-21 18:14:33 +0200
commited4909bd59a2bc62b589e51c4faef66118071141 (patch)
tree3e64e4f00b4e17d31109b4831a5aee2df983434a /libs/ardour/ardour/types.h
parentce059e2d661e4cc46b7e9bfcf1d5caef618d487a (diff)
Some ToDo notes about AutomationTypes
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index ffda1ca42d..258bbb191f 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -156,6 +156,11 @@ namespace ARDOUR {
TrimAutomation,
PhaseAutomation,
MonitoringAutomation,
+#if 1 // XXX remove me.
+ /* These really need to go away, they're "well known" PluginAutomation.
+ * Abusing the AutomationType (range, steps, etc) to indentify controls is wrong.
+ * Luckily it's only used by mackie/strip.cc in Mixbus.
+ */
EQGain,
EQFrequency,
EQQ,
@@ -170,8 +175,9 @@ namespace ARDOUR {
CompMakeup,
CompRedux,
CompEnable,
- BusSendLevel,
- BusSendEnable,
+ BusSendLevel, //really GainAutomation
+#endif
+ BusSendEnable
};
enum AutoState {