mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
add new enums to libardour enum list
This commit is contained in:
parent
e6a81318f1
commit
aab4e17eb3
1 changed files with 18 additions and 0 deletions
|
|
@ -151,6 +151,24 @@ setup_enum_writer ()
|
|||
REGISTER_ENUM (FadeInAutomation);
|
||||
REGISTER_ENUM (FadeOutAutomation);
|
||||
REGISTER_ENUM (EnvelopeAutomation);
|
||||
REGISTER_ENUM (SoloIsolateAutomation);
|
||||
REGISTER_ENUM (SoloSafeAutomation);
|
||||
REGISTER_ENUM (PhaseAutomation);
|
||||
REGISTER_ENUM (MonitoringAutomation);
|
||||
REGISTER_ENUM (EQGain);
|
||||
REGISTER_ENUM (EQFrequency);
|
||||
REGISTER_ENUM (EQQ);
|
||||
REGISTER_ENUM (EQShape);
|
||||
REGISTER_ENUM (EQHPF);
|
||||
REGISTER_ENUM (EQEnable);
|
||||
REGISTER_ENUM (CompThreshold);
|
||||
REGISTER_ENUM (CompSpeed);
|
||||
REGISTER_ENUM (CompMode);
|
||||
REGISTER_ENUM (CompMakeup);
|
||||
REGISTER_ENUM (CompRedux);
|
||||
REGISTER_ENUM (CompEnable);
|
||||
REGISTER_ENUM (BusSendLevel);
|
||||
REGISTER_ENUM (BusSendEnable);
|
||||
REGISTER (_AutomationType);
|
||||
|
||||
REGISTER_ENUM (Off);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue