Mercurial > hg > constant-q-cpp
diff vamp/CQVamp.cpp @ 56:e2b7f7462618
Single Makefile, build Vamp by default
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 30 Jan 2014 10:33:38 +0000 |
parents | 2a21b4506d7f |
children | daf7c92058da |
line wrap: on
line diff
--- a/vamp/CQVamp.cpp Thu Nov 28 17:03:57 2013 +0000 +++ b/vamp/CQVamp.cpp Thu Jan 30 10:33:38 2014 +0000 @@ -2,9 +2,9 @@ #include "CQVamp.h" -#include "../cpp-qm-dsp/ConstantQ.h" +#include "cpp-qm-dsp/ConstantQ.h" -#include "qm-dsp/base/Pitch.h" +#include "base/Pitch.h" using std::string; using std::vector; @@ -318,7 +318,7 @@ feature.values = column; feature.label = ""; -// cerr << "timestamp = " << feature.timestamp << " (latency = " << m_cq->getLatency() << ", sample rate " << m_inputSampleRate << ")" << endl; +// cerr << "timestamp = " << feature.timestamp << " (start time = " << m_startTime << ", column count = " << m_columnCount << ", latency = " << m_cq->getLatency() << ", sample rate " << m_inputSampleRate << ")" << endl; if (feature.timestamp >= m_startTime) { returnFeatures[0].push_back(feature);