comparison examples/AmplitudeFollower.cpp @ 460:b409560a805b

Merge from branch vampipe
author Chris Cannam
date Mon, 10 Oct 2016 15:48:35 +0100
parents 75cc9ced3b01
children 90571dcc371a
comparison
equal deleted inserted replaced
442:4101e3f80aa0 460:b409560a805b
197 return 0.0f; 197 return 0.0f;
198 } 198 }
199 199
200 AmplitudeFollower::FeatureSet 200 AmplitudeFollower::FeatureSet
201 AmplitudeFollower::process(const float *const *inputBuffers, 201 AmplitudeFollower::process(const float *const *inputBuffers,
202 Vamp::RealTime timestamp) 202 Vamp::RealTime /* timestamp */)
203 { 203 {
204 if (m_stepSize == 0) { 204 if (m_stepSize == 0) {
205 cerr << "ERROR: AmplitudeFollower::process: " 205 cerr << "ERROR: AmplitudeFollower::process: "
206 << "AmplitudeFollower has not been initialised" 206 << "AmplitudeFollower has not been initialised"
207 << endl; 207 << endl;