From 8738b689e037c5db3d57bd071812b38e9875d141 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 8 Oct 2009 14:40:09 +0000 Subject: accurate dB/log patch from Carl, back-ported from 3.0 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5756 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/io.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/io.cc') diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index 596d3f9402..f0a0cece19 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -2545,7 +2545,7 @@ IO::meter () /* compute new visible value using falloff */ if (new_peak > 0.0f) { - new_peak = coefficient_to_dB (new_peak); + new_peak = fast_coefficient_to_dB (new_peak); } else { new_peak = -INFINITY; } -- cgit v1.2.3