don't add a [shared] panner for the sends to monitoing section
[ardour.git] / libs / ardour / ardour / dB.h
index d2675fb3c9bdcfe5a9ce13b7aef209af6edf1678..4d5f6c9f44575720439cee0c2a3db20e84770ba9 100644 (file)
@@ -31,7 +31,7 @@ static inline float fast_coefficient_to_dB (float coeff) {
 }
 
 static inline float accurate_coefficient_to_dB (float coeff) {
-       return 20.0f * log10 (coeff);
+       return 20.0f * log10f (coeff);
 }
 
 extern double zero_db_as_fraction;