Mercurial > hg > svapp
comparison audioio/AudioGenerator.cpp @ 404:08a45e4cf1b1 tonioni
Update subrepos and merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 02 Sep 2014 16:23:48 +0100 |
parents | f747be6743ab |
children | 8d2112977aa0 72c662fe7ea3 |
comparison
equal
deleted
inserted
replaced
384:ad33fdc4ad92 | 404:08a45e4cf1b1 |
---|---|
282 void | 282 void |
283 AudioGenerator::reset() | 283 AudioGenerator::reset() |
284 { | 284 { |
285 QMutexLocker locker(&m_mutex); | 285 QMutexLocker locker(&m_mutex); |
286 | 286 |
287 cerr << "AudioGenerator::reset()" << endl; | |
288 | |
287 for (ClipMixerMap::iterator i = m_clipMixerMap.begin(); i != m_clipMixerMap.end(); ++i) { | 289 for (ClipMixerMap::iterator i = m_clipMixerMap.begin(); i != m_clipMixerMap.end(); ++i) { |
288 if (i->second) { | 290 if (i->second) { |
289 i->second->reset(); | 291 i->second->reset(); |
290 } | 292 } |
291 } | 293 } |