smpl_t phase; // beat alignment (step - lastbeat)
smpl_t beat; // beat position
smpl_t bp; // beat period
- uint_t a, b; // used to build shift invariant comb filterbank
+ uint_t a; sint_t b; // used to build shift invariant comb filterbank
uint_t kmax; // number of elements used to find beat phase
/* copy dfframe, apply detection function weighting, and revert */
void
aubio_beattracking_checkstate (aubio_beattracking_t * bt)
{
- uint_t i, j, a, b;
+ uint_t i, j, a; sint_t b;
uint_t flagconst = 0;
sint_t counter = bt->counter;
uint_t flagstep = bt->flagstep;