- Timestamp:
- Jul 31, 2010, 4:32:05 PM (14 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- f66ccb9
- Parents:
- 4bcd424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/beattracking.c
r4bcd424 r7c84204 136 136 smpl_t beat; // beat position 137 137 smpl_t bp; // beat period 138 uint_t a , b;// used to build shift invariant comb filterbank138 uint_t a; sint_t b; // used to build shift invariant comb filterbank 139 139 uint_t kmax; // number of elements used to find beat phase 140 140 … … 276 276 aubio_beattracking_checkstate (aubio_beattracking_t * bt) 277 277 { 278 uint_t i, j, a ,b;278 uint_t i, j, a; sint_t b; 279 279 uint_t flagconst = 0; 280 280 sint_t counter = bt->counter;
Note: See TracChangeset
for help on using the changeset viewer.