13
0

fader: start muted, ramp up/interpolate to target

This commit is contained in:
Robin Gareus 2015-05-27 16:39:42 +02:00
parent 7f902ae1b6
commit d98af1785a

View File

@ -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)