# HG changeset patch # User cannam # Date 1228223024 0 # Node ID ca29b0ef78ce0257b5c7f9fc186cf53d2bd4019d # Parent d57673cfb9e3bcc2188622078666e7061506c9a3 * minor build stuff diff -r d57673cfb9e3 -r ca29b0ef78ce MatchFeeder.cpp --- a/MatchFeeder.cpp Mon Dec 01 21:30:46 2008 +0000 +++ b/MatchFeeder.cpp Tue Dec 02 13:03:44 2008 +0000 @@ -27,6 +27,8 @@ MatchFeeder::~MatchFeeder() { + std::cerr << "MatchFeeder(" << this << ")::~MatchFeeder()" << std::endl; + delete[] imBuffer; delete[] reBuffer; while (!q1.empty()) { diff -r d57673cfb9e3 -r ca29b0ef78ce Matcher.cpp --- a/Matcher.cpp Mon Dec 01 21:30:46 2008 +0000 +++ b/Matcher.cpp Tue Dec 02 13:03:44 2008 +0000 @@ -19,6 +19,8 @@ #include +#include + bool Matcher::silent = true; Matcher::Matcher(float rate, Matcher *p) @@ -119,6 +121,8 @@ { if (initialised) return; + std::cerr << "Matcher::init() - initialising" << std::endl; + initialised = true; makeFreqMap(fftSize, sampleRate); @@ -260,7 +264,7 @@ // distance[frameCount-blockSize] to its first len elements. // Same for bestPathCost. /* - std::cerr << "moving " << distYSizes[frameCount - blockSize] << " from " << frameCount - blockSize << " to " + std::cerr << "Matcher(" << this << "): moving " << distYSizes[frameCount - blockSize] << " from " << frameCount - blockSize << " to " << frameCount << ", allocating " << len << " for " << frameCount - blockSize << std::endl; */ diff -r d57673cfb9e3 -r ca29b0ef78ce vamp-plugin.list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vamp-plugin.list Tue Dec 02 13:03:44 2008 +0000 @@ -0,0 +1,1 @@ +_vampGetPluginDescriptor