mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
FP8/16: include makeup gain control
This commit is contained in:
parent
65693a72a2
commit
d76589d90f
1 changed files with 1 additions and 0 deletions
|
|
@ -1304,6 +1304,7 @@ FaderPort8::build_well_known_processor_ctrls (boost::shared_ptr<Stripable> s, bo
|
|||
} else {
|
||||
PUSH_BACK_NON_NULL ("Comp In", s->comp_enable_controllable ());
|
||||
PUSH_BACK_NON_NULL ("Threshold", s->comp_threshold_controllable ());
|
||||
PUSH_BACK_NON_NULL ("Makeup", s->comp_makeup_controllable ());
|
||||
PUSH_BACK_NON_NULL ("Speed", s->comp_speed_controllable ());
|
||||
PUSH_BACK_NON_NULL ("Mode", s->comp_mode_controllable ());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue