log src/BTrack.cpp @ 57:296af6af6c3d

age author description
Thu, 23 Jan 2014 15:31:11 +0000 Adam Stark 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.
Thu, 23 Jan 2014 12:17:06 +0000 Adam Stark Added some simple unit tests. Removed the destructor from the BTrack class as it was unnecessary.