summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-05-04 08:24:07 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-05-04 08:25:04 -0400
commit2e41652e617a9d9e938aca267035bf788d096753 (patch)
treeeed981850eaa7546cf7cb88ef04c5ced8ad12def /libs/ardour/ardour/types.h
parent1f9963cd561e1d11301cbf9c9d2294bb30644fe9 (diff)
internally, ControllableDescriptors (used by MIDI binding maps) should use enums for automation types, rather than something custom
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 4bdab6b070..1d08c5bea3 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -151,7 +151,10 @@ namespace ARDOUR {
PhaseAutomation,
MonitoringAutomation,
BusSendLevel,
- BusSendEnable
+ BusSendEnable,
+ SendLevelAutomation, /* used only by a controllable descriptor
+ to refer to gain of a particular send
+ */
};
enum AutoState {