From 4b9ffc1b628d4243fe528cfe8dbb2b3616d3da86 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 1 Feb 2016 15:50:12 -0500 Subject: add a comment for The Future --- libs/ardour/ardour/types.h | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- cgit v1.2.3