* More rationalisation -- lock becomes phase reset in most cases

* Update Vamp plugin parameters and outputs
This commit is contained in:
Chris Cannam
2007-11-19 20:13:39 +00:00
parent f327e0c415
commit e9cb6dbc37
8 changed files with 214 additions and 149 deletions

View File

@@ -150,9 +150,9 @@ RubberBandStretcher::getOutputIncrements() const
}
std::vector<float>
RubberBandStretcher::getLockCurve() const
RubberBandStretcher::getPhaseResetCurve() const
{
return m_d->getLockCurve();
return m_d->getPhaseResetCurve();
}
std::vector<int>