13
0

Put input level meter before output level meter in the generic gui

This is done by relying on the fact that the generic gui orders the meters
according to their port indices.
This commit is contained in:
Johannes Mueller 2017-08-14 20:22:05 +02:00 committed by Robin Gareus
parent 6da18b32b5
commit 89aa17fe00
3 changed files with 11 additions and 11 deletions

View File

@ -92,21 +92,21 @@
lv2:maximum 45.000000 ;
unit:unit unit:db ;
] ,
[
[
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 7 ;
lv2:name "Output Level" ;
lv2:symbol "outlevel" ;
lv2:name "Input Level" ;
lv2:symbol "inlevel" ;
lv2:default -45.000000 ;
lv2:minimum -45.000000 ;
lv2:maximum 0.000000 ;
unit:unit unit:db ;
] ,
[
[
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 8 ;
lv2:name "Input Level" ;
lv2:symbol "inlevel" ;
lv2:name "Output Level" ;
lv2:symbol "outlevel" ;
lv2:default -45.000000 ;
lv2:minimum -45.000000 ;
lv2:maximum 0.000000 ;

View File

@ -49,8 +49,8 @@ typedef enum {
ACOMP_MAKEUP,
ACOMP_GAINR,
ACOMP_OUTLEVEL,
ACOMP_INLEVEL,
ACOMP_OUTLEVEL,
ACOMP_SIDECHAIN,
ACOMP_ENABLE,

View File

@ -95,8 +95,8 @@
[
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 7 ;
lv2:name "Output Level" ;
lv2:symbol "outlevel" ;
lv2:name "Input Level" ;
lv2:symbol "inlevel" ;
lv2:default -45.000000 ;
lv2:minimum -45.000000 ;
lv2:maximum 0.000000 ;
@ -105,8 +105,8 @@
[
a lv2:OutputPort, lv2:ControlPort ;
lv2:index 8 ;
lv2:name "Input Level" ;
lv2:symbol "inlevel" ;
lv2:name "Output Level" ;
lv2:symbol "outlevel" ;
lv2:default -45.000000 ;
lv2:minimum -45.000000 ;
lv2:maximum 0.000000 ;