Mercurial > hg > vamp-plugin-sdk
comparison examples/AmplitudeFollower.cpp @ 437:75cc9ced3b01 vampipe
Fix compiler warning
author | Chris Cannam |
---|---|
date | Wed, 17 Aug 2016 12:04:00 +0100 |
parents | a69901aa85d2 |
children | 90571dcc371a |
comparison
equal
deleted
inserted
replaced
436:41baa6241da2 | 437:75cc9ced3b01 |
---|---|
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; |