diff src/EM.cpp @ 178:a53c713b2a4a

Restore (and fix) the time-frequency distribution output (filtered CQ); tidy up the bottom-octave handling in draft mode
author Chris Cannam
date Thu, 22 May 2014 12:11:33 +0100
parents d53d95bee46c
children 4e19c60241cb
line wrap: on
line diff
--- a/src/EM.cpp	Wed May 21 15:19:02 2014 +0100
+++ b/src/EM.cpp	Thu May 22 12:11:33 2014 +0100
@@ -44,9 +44,6 @@
     m_lowestPitch(pack->lowestNote),
     m_highestPitch(pack->highestNote)
 {
-    //!!! we now know the first octave is empty, in draft mode --
-    //!!! could eliminate it
-
     m_pitches = allocate<float>(m_noteCount);
     m_updatePitches = allocate<float>(m_noteCount);
     for (int n = 0; n < m_noteCount; ++n) {