Changeset 810b3b6


Ignore:
Timestamp:
Nov 2, 2015, 11:13:19 PM (8 years ago)
Author:
Paul Brossier <piem@piem.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:
95748a6
Parents:
42c3dc0
Message:

src/tempo/tempo.c: comment out unused assign

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.c

    r42c3dc0 r810b3b6  
    104104  /* end of second level loop */
    105105  tempo->data[0] = 0; /* reset tactus */
    106   i=0;
     106  //i=0;
    107107  for (i = 1; i < o->out->data[0]; i++ ) {
    108108    /* if current frame is a predicted tactus */
Note: See TracChangeset for help on using the changeset viewer.