Mercurial > hg > silvet
changeset 177:d53d95bee46c
Comment
author | Chris Cannam |
---|---|
date | Wed, 21 May 2014 15:19:02 +0100 |
parents | 8af9b6cd7451 |
children | a53c713b2a4a |
files | src/EM.cpp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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) {