Changeset 0b9e1da5 for src


Ignore:
Timestamp:
Jun 3, 2006, 5:13:58 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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:
b33e355
Parents:
af35ed0
Message:

fix signed/unsigned mismatches in beattracking
fix signed/unsigned mismatches in beattracking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/beattracking.c

    raf35ed0 r0b9e1da5  
    148148        uint_t phase;
    149149        uint_t kmax;
    150         uint_t beat;
     150        sint_t beat;
    151151
    152152        for (i = 0; i < winlen; i++){
Note: See TracChangeset for help on using the changeset viewer.