From 205df6040f39287ba9baf3ba7426581ed2902099 Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Sat, 23 Jul 2011 00:18:07 +0000 Subject: [PATCH] Don't normalise on the number of tracks, which previously meant that a signal's spectrum would get lower in amplitude if analysed with silence in another track. Thanks to Mike Walmsley for this. --- src/FreqWindow.cpp | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/FreqWindow.cpp b/src/FreqWindow.cpp index 72c94fb26..6275a80a5 100644 --- a/src/FreqWindow.cpp +++ b/src/FreqWindow.cpp @@ -422,11 +422,7 @@ void FreqWindow::GetAudio() if (selcount == 0) return; - - if (selcount > 1) - for(i=0; iPlotMouseEvent(event); } - -// Indentation settings for Vim and Emacs and unique identifier for Arch, a -// version control system. Please do not modify past this point. -// -// Local Variables: -// c-basic-offset: 3 -// indent-tabs-mode: nil -// End: -// -// vim: et sts=3 sw=3 -// arch-tag: 8fce6648-17b9-4632-b845-3a6d25117783 -