Mercurial > hg > btrack
view unit-tests/BTrack Tests/main.cpp @ 15:2b94d3d2fb9d develop
Reformatted comments, removed the OnsetDetectionFunction constructor with no arguments, removed a number of unused variables and made changes to the python module to fix some casting problems and removed some unused variables there also. Still getting the same results, so no overall changes to the algorithm.
author | Adam <adamstark.uk@gmail.com> |
---|---|
date | Wed, 22 Jan 2014 01:13:45 +0000 |
parents | 18fc3c248436 |
children | 88c8d3862eee |
line wrap: on
line source
// // main.cpp // BTrack Tests // // Created by Adam Stark on 21/01/2014. // Copyright (c) 2014 Adam Stark. All rights reserved. // #include <iostream> int main(int argc, const char * argv[]) { // insert code here... std::cout << "Hello, World!\n"; return 0; }