Mercurial > hg > btrack
diff modules-and-plug-ins/python-module/btrack_python_module.cpp @ 59:ba3fc238ccad
Renamed many variables, functions and arguments so they have more sensible names. Also removed an apparently redundant variable in OnsetDetectionFunction called wframe
author | Adam Stark <adamstark@users.noreply.github.com> |
---|---|
date | Fri, 24 Jan 2014 21:45:55 +0000 |
parents | 296af6af6c3d |
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); }