Fix some unused parameter warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -198,7 +198,7 @@ float AmplitudeFollower::getParameter(std::string paramid) const
|
||||
|
||||
AmplitudeFollower::FeatureSet
|
||||
AmplitudeFollower::process(const float *const *inputBuffers,
|
||||
Vamp::RealTime timestamp)
|
||||
Vamp::RealTime /*timestamp*/)
|
||||
{
|
||||
if (m_stepSize == 0) {
|
||||
cerr << "ERROR: AmplitudeFollower::process: "
|
||||
|
||||
Reference in New Issue
Block a user