Mercurial > hg > vamp-plugin-sdk
diff src/vamp-hostsdk/PluginSummarisingAdapter.cpp @ 337:d5c5a52e6c9f
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 11:37:31 +0100 |
parents | c97e70ed5abc |
children | 632d90c185ec |
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginSummarisingAdapter.cpp Mon Jul 09 22:36:06 2012 +0100 +++ b/src/vamp-hostsdk/PluginSummarisingAdapter.cpp Thu Jul 12 11:37:31 2012 +0100 @@ -566,8 +566,6 @@ if (acount == 0) continue; - RealTime prevTimestamp = i->second; - #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER std::cerr << "output " << output << ": "; #endif @@ -632,7 +630,6 @@ PluginSummarisingAdapter::Impl::segment() { SegmentBoundaries::iterator boundaryitr = m_boundaries.begin(); - RealTime segmentStart = RealTime::zeroTime; #ifdef DEBUG_PLUGIN_SUMMARISING_ADAPTER_SEGMENT std::cerr << "segment: starting" << std::endl;