- Timestamp:
- Jul 31, 2015, 10:05:17 PM (9 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:
- ce6f652
- Parents:
- a1718fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/beattracking.c
ra1718fc r053495b 331 331 if (counter == 1 && flagstep == 1) { 332 332 //check for consistency between previous beatperiod values 333 if (ABS (2 .* rp - rp1 - rp2) < bt->g_var) {333 if (ABS (2 * rp - rp1 - rp2) < bt->g_var) { 334 334 //if true, can activate context dependent model 335 335 flagconst = 1;
Note: See TracChangeset
for help on using the changeset viewer.