From ed4909bd59a2bc62b589e51c4faef66118071141 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 19 Jun 2017 16:45:57 +0200 Subject: Some ToDo notes about AutomationTypes --- libs/ardour/ardour/types.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libs/ardour') 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 { -- cgit v1.2.3