view unit-tests/BTrack Tests/main.cpp @ 55:5e520f59127f

Changed the interface of the algorithm so that onset detection function samples are calculated internally. This makes the call to the algorithm for most cases much simpler. Also added a static function for calculating beat times in seconds based upon sampling frequency, hop size and the current frame number.
author Adam Stark <adamstark@users.noreply.github.com>
date Wed, 22 Jan 2014 18:47:16 +0000
parents 68d01fea1e8d
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;
}