Set up region BBT time when frame position changes, if the region is glued to BBT...
[ardour.git] / libs / ardour / ardour / dB.h
index e5865aabd8550a53458006938c21c5527637561f..d2675fb3c9bdcfe5a9ce13b7aef209af6edf1678 100644 (file)
@@ -34,6 +34,6 @@ static inline float accurate_coefficient_to_dB (float coeff) {
        return 20.0f * log10 (coeff);
 }
 
-static const double zero_db_as_fraction = 0.781787;
+extern double zero_db_as_fraction;
 
 #endif /* __ardour_dB_h__ */