fader: start muted, ramp up/interpolate to target
This commit is contained in:
parent
7f902ae1b6
commit
d98af1785a
@ -42,7 +42,7 @@ Amp::Amp (Session& s, std::string type)
|
||||
: Processor(s, "Amp")
|
||||
, _apply_gain(true)
|
||||
, _apply_gain_automation(false)
|
||||
, _current_gain(GAIN_COEFF_UNITY)
|
||||
, _current_gain(GAIN_COEFF_ZERO)
|
||||
, _current_automation_frame (INT64_MAX)
|
||||
, _gain_automation_buffer(0)
|
||||
, _type (type)
|
||||
|
Loading…
Reference in New Issue
Block a user