13
0

add a comment for The Future

This commit is contained in:
Paul Davis 2016-02-01 15:50:12 -05:00
parent 22ea6423cd
commit 4b9ffc1b62

View File

@ -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,