1 /*!******************************************************************** 2 3 Audacity: A Digital Audio Editor 4 5 @file Decibels.cpp 6 7 Paul Licameli 8 9 **********************************************************************/ 10 #include "Decibels.h" 11 12 IntSetting DecibelScaleCutoff { L"/GUI/EnvdBRange", 60 }; 13