log src/OnsetDetectionFunction.cpp @ 20:baf35f208814 develop

age author description
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