michaelkrzyzaniak / Beat-and-Tempo-Tracking

Audio Beat and Tempo Tracking
MIT License
91 stars 12 forks source link

I cannot find btt_tempo_callback_t #1

Open fhennig opened 4 years ago

fhennig commented 4 years ago

In the BTT.h file there is no btt_tempo_callback_t, but it should be there I believe.

michaelkrzyzaniak commented 4 years ago

I removed it. I was originally going to make the beat tracker call this callback once per analysis frame to alert you of the current tempo. However, I don’t think this warrants a separate callback, you can just call btt_get_tempo_bpm() if you want to know the tempo.

Mike