From d98af1785a55bc3b1e9efdcfeb47b1575b2490d7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 27 May 2015 16:39:42 +0200 Subject: fader: start muted, ramp up/interpolate to target --- libs/ardour/amp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/amp.cc') diff --git a/libs/ardour/amp.cc b/libs/ardour/amp.cc index 28f8729436..880fe2575e 100644 --- a/libs/ardour/amp.cc +++ b/libs/ardour/amp.cc @@ -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) -- cgit v1.2.3