diff src/EM.cpp @ 177:d53d95bee46c

Comment
author Chris Cannam
date Wed, 21 May 2014 15:19:02 +0100
parents 237d41a0f69d
children a53c713b2a4a
line wrap: on
line diff
--- a/src/EM.cpp	Wed May 21 15:03:12 2014 +0100
+++ b/src/EM.cpp	Wed May 21 15:19:02 2014 +0100
@@ -44,6 +44,9 @@
     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) {