comparison vamp-sdk/hostext/PluginBufferingAdapter.cpp @ 196:5c202da82a46

* pass through reset() call to plugin!
author cannam
date Tue, 07 Oct 2008 20:07:17 +0000
parents dcc5df7e3253
children
comparison
equal deleted inserted replaced
195:1e4c6f25ded6 196:5c202da82a46
505 m_unrun = true; 505 m_unrun = true;
506 506
507 for (size_t i = 0; i < m_queue.size(); ++i) { 507 for (size_t i = 0; i < m_queue.size(); ++i) {
508 m_queue[i]->reset(); 508 m_queue[i]->reset();
509 } 509 }
510
511 m_plugin->reset();
510 } 512 }
511 513
512 PluginBufferingAdapter::FeatureSet 514 PluginBufferingAdapter::FeatureSet
513 PluginBufferingAdapter::Impl::process(const float *const *inputBuffers, 515 PluginBufferingAdapter::Impl::process(const float *const *inputBuffers,
514 RealTime timestamp) 516 RealTime timestamp)