add new automation types for EQ and compression
This commit is contained in:
parent
93d5fe83c8
commit
11f069f118
@ -142,6 +142,18 @@ namespace ARDOUR {
|
||||
TrimAutomation,
|
||||
PhaseAutomation,
|
||||
SendAutomation,
|
||||
EQGain,
|
||||
EQFrequency,
|
||||
EQQ,
|
||||
EQShape,
|
||||
EQHPF,
|
||||
EQEnable,
|
||||
CompThreshold,
|
||||
CompSpeed,
|
||||
CompMode,
|
||||
CompMakeup,
|
||||
CompRedux,
|
||||
CompEnable,
|
||||
};
|
||||
|
||||
enum AutoState {
|
||||
|
Loading…
Reference in New Issue
Block a user