mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
add a comment for The Future
This commit is contained in:
parent
22ea6423cd
commit
4b9ffc1b62
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue