mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
fader: start muted, ramp up/interpolate to target
This commit is contained in:
parent
7f902ae1b6
commit
d98af1785a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue