summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-02-01 15:50:12 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-01 15:50:12 -0500
commit4b9ffc1b628d4243fe528cfe8dbb2b3616d3da86 (patch)
tree6c1ce8203463effe3b5c424a0441818a72809bdc /libs/ardour/ardour/types.h
parent22ea6423cd274bf57ea687ddbd738ae734fc4e5c (diff)
add a comment for The Future
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 5f9c32806c..97dba38d71 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -117,6 +117,13 @@ namespace ARDOUR {
};
/** See evoral/Parameter.hpp
+ *
+ * When you add things here, you REALLY SHOULD add a case clause to
+ * the constructor of ParameterDescriptor, unless the Controllables
+ * that the enum refers to are completely standard (0-1.0 range, 0.0 as
+ * normal, non-toggled, non-enumerated). Anything else needs to be
+ * added there so that things that try to represent them can do so
+ * with as much information as possible.
*/
enum AutomationType {
NullAutomation,