I have been trying to run the BeatTracker in my own class, so that I can can call a callback function whenever it detects a beat. However I cannot get it running without the command line argument "online"
Is there a way to get it running without command line arguments?
I have tried setting online to default in the parser, but nothing works.
I appreciate any help
I have been trying to run the
BeatTrackerin my own class, so that I can can call a callback function whenever it detects a beat. However I cannot get it running without the command line argument "online"Is there a way to get it running without command line arguments?
I have tried setting online to default in the parser, but nothing works.
I appreciate any help