summaryrefslogtreecommitdiff
path: root/libs/ardour/amp.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-05-27 16:39:42 +0200
committerRobin Gareus <robin@gareus.org>2015-05-27 17:13:15 +0200
commitd98af1785a55bc3b1e9efdcfeb47b1575b2490d7 (patch)
treee9c2d1c1bcb483e3db70f1108f437c1fabebf340 /libs/ardour/amp.cc
parent7f902ae1b6e40ddaeab1c7e13095acc16bfa6883 (diff)
fader: start muted, ramp up/interpolate to target
Diffstat (limited to 'libs/ardour/amp.cc')
-rw-r--r--libs/ardour/amp.cc2
1 files changed, 1 insertions, 1 deletions
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)