From 22a20c7333a14ac0c4af20287d8643e07ff92903 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Jan 2016 11:47:21 -0500 Subject: change exposed type of various objects' gain controls; remove Amp::gain() as a shortcut --- 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 49570bb511..d5b9f56ca5 100644 --- a/libs/ardour/amp.cc +++ b/libs/ardour/amp.cc @@ -39,7 +39,7 @@ using namespace PBD; // used for low-pass filter denormal protection #define GAIN_COEFF_TINY (1e-10) // -200dB -Amp::Amp (Session& s, const std::string& name, boost::shared_ptr gc, bool control_midi_also) +Amp::Amp (Session& s, const std::string& name, boost::shared_ptr gc, bool control_midi_also) : Processor(s, "Amp") , _apply_gain(true) , _apply_gain_automation(false) -- cgit v1.2.3