summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/types.h29
1 files changed, 26 insertions, 3 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 1d08c5bea3..ed6ba96617 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -152,9 +152,32 @@ namespace ARDOUR {
MonitoringAutomation,
BusSendLevel,
BusSendEnable,
- SendLevelAutomation, /* used only by a controllable descriptor
- to refer to gain of a particular send
- */
+
+ /* used only by Controllable Descriptor to access send parameters */
+
+ SendLevelAutomation,
+ SendEnableAutomation,
+ SendAzimuthAutomation,
+
+ /* these describe "well known" controls of a Stripable that are
+ covered by the types above. They should be used only as part
+ of ControllableDescriptor
+ */
+
+ EQEnableAutomation,
+ EQGainAutomation,
+ EQFreqAutomation,
+ EQQAutomation,
+ EQShapeAutomation,
+ FilterFreqAutomation,
+ FilterSlopeAutomation,
+ FilterEnableAutomation,
+ CompressorEnableAutomation,
+ CompressorThresholdAutomation,
+ CompressorSpeedAutomation,
+ CompressorModeAutomation,
+ CompressorMakeupAutomation,
+ /* Redux not included because it is read-only */
};
enum AutoState {