Mercurial > hg > btrack
log src/OnsetDetectionFunction.cpp @ 26:e4d5f045064d develop
age | author | description |
---|---|---|
Fri, 24 Jan 2014 21:45:55 +0000 | Adam | Renamed many variables, functions and arguments so they have more sensible names. Also removed an apparently redundant variable in OnsetDetectionFunction called wframe develop |
Thu, 23 Jan 2014 15:31:11 +0000 | Adam | Replaced switch statements in OnsetDetectionFunction with enums. Renamed lots of functions so that they have better names, in camel case. Added some unit tests for initialisation of BTrack. develop |
Wed, 22 Jan 2014 01:34:04 +0000 | Adam | Small syntax change for array arguments so they are pointers rather than array[]. Just personal preference. develop |