Make crossfade convert-to-full and activate/deactivate work across edit groups (...
[ardour.git] / libs / ardour / ardour / dB.h
index 1b5bb03d1f6126e2a4cf4069abf2d9d55256c7b6..d2675fb3c9bdcfe5a9ce13b7aef209af6edf1678 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2001 Paul Davis 
+    Copyright (C) 2001 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -34,4 +34,6 @@ static inline float accurate_coefficient_to_dB (float coeff) {
        return 20.0f * log10 (coeff);
 }
 
+extern double zero_db_as_fraction;
+
 #endif /* __ardour_dB_h__ */