Mercurial > hg > btrack
diff modules-and-plug-ins/python-module/btrack_python_module.cpp @ 22:a8e3e95d14e4 develop
Renamed many variables, functions and arguments so they have more sensible names. Also removed an apparently redundant variable in OnsetDetectionFunction called wframe
author | Adam <adamstark.uk@gmail.com> |
---|---|
date | Fri, 24 Jan 2014 21:45:55 +0000 |
parents | baf35f208814 |
children | deb49a2590f3 |
line wrap: on
line diff
--- a/modules-and-plug-ins/python-module/btrack_python_module.cpp Thu Jan 23 18:00:53 2014 +0000 +++ b/modules-and-plug-ins/python-module/btrack_python_module.cpp Fri Jan 24 21:45:55 2014 +0000 @@ -59,7 +59,7 @@ buffer[n] = data[(i*hopSize)+n]; } - df[i] = onset.getDFsample(buffer); + df[i] = onset.calculateOnsetDetectionFunctionSample(buffer); }