diff --git a/src/widgets/Meter.cpp b/src/widgets/Meter.cpp index e32e5fb9e..e4257ef41 100644 --- a/src/widgets/Meter.cpp +++ b/src/widgets/Meter.cpp @@ -286,6 +286,10 @@ Meter::Meter(wxWindow* parent, wxWindowID id, mRuler.SetFonts(GetFont(), GetFont(), GetFont()); mTimer.SetOwner(this, OnMeterUpdateID); + // TODO: Yikes. Hard coded sample rate. + // JKC: I've looked at this, and it's benignish. It just means that the meter + // balistics are right for 44KHz and a bit more frisky than they should be + // for higher sample rates. Reset(44100.0, true); for(i=0; i