From 562ec7df8fa25b78fc69880178c234cd5ee9d238 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Mar 2016 22:47:25 -0500 Subject: probably get the design of VCAs basically correct: use a per-master ratio model See comments in the code for a bit more detail --- 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 0e29922747..42b8d084cf 100644 --- a/libs/ardour/amp.cc +++ b/libs/ardour/amp.cc @@ -118,7 +118,7 @@ Amp::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, } else { /* manual (scalar) gain */ - gain_t const dg = _gain_control->user_double() * _gain_control->get_master_gain (); + gain_t const dg = _gain_control->get_value(); if (_current_gain != dg) { -- cgit v1.2.3