Mercurial > hg > qm-vamp-plugins
diff plugins/BarBeatTrack.cpp @ 153:38502a1595ff
Update for new DetectionFunction api
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 21 Oct 2013 12:02:51 +0100 |
parents | 87c13eccd52e |
children | f96ea0e4b475 |
line wrap: on
line diff
--- a/plugins/BarBeatTrack.cpp Thu Sep 05 13:21:26 2013 +0100 +++ b/plugins/BarBeatTrack.cpp Mon Oct 21 12:02:51 2013 +0100 @@ -348,7 +348,7 @@ #endif for (int i = 0; i < fl; ++i) dfinput[i] = inputBuffers[0][i]; - double output = m_d->df->process(dfinput); + double output = m_d->df->processTimeDomain(dfinput); if (m_d->dfOutput.empty()) m_d->origin = timestamp;