mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
add new meter-type enums (amend 80aa2574)
This commit is contained in:
parent
d1f45e9b3d
commit
d2171c25eb
1 changed files with 3 additions and 0 deletions
|
|
@ -177,6 +177,9 @@ setup_enum_writer ()
|
|||
REGISTER_ENUM (MeterMaxPeak);
|
||||
REGISTER_ENUM (MeterPeak);
|
||||
REGISTER_ENUM (MeterKrms);
|
||||
REGISTER_ENUM (MeterIEC1);
|
||||
REGISTER_ENUM (MeterIEC2);
|
||||
REGISTER_ENUM (MeterVU);
|
||||
REGISTER (_MeterType);
|
||||
|
||||
REGISTER_ENUM (Normal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue