comparison audioio/ClipMixer.cpp @ 313:58582119c92a tonioni

Add a basic continuous synth implementation (simple sinusoids only, no gaps)
author Chris Cannam
date Wed, 08 Jan 2014 13:07:22 +0000
parents 86fb9160d122
children abfde177731f
comparison
equal deleted inserted replaced
312:faee60602049 313:58582119c92a
176 adjusted.frameOffset -= m_blockSize; 176 adjusted.frameOffset -= m_blockSize;
177 remaining.push_back(adjusted); 177 remaining.push_back(adjusted);
178 } 178 }
179 } 179 }
180 180
181 delete[] levels;
182
181 m_playing = remaining; 183 m_playing = remaining;
182 } 184 }
183 185
184 void 186 void
185 ClipMixer::mixNote(float **toBuffers, 187 ClipMixer::mixNote(float **toBuffers,