Changeset e644757


Ignore:
Timestamp:
Apr 22, 2016, 1:50:21 AM (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:
de63017
Parents:
79adbda
Message:

src/tempo/tempo.c: do not write novelty function in output[1]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.c

    r79adbda re644757  
    8080  o->blockpos++;
    8181  aubio_peakpicker_do (o->pp, o->of, o->onset);
    82   tempo->data[1] = o->onset->data[0];
     82  // store onset detection function in second sample of vector
     83  //tempo->data[1] = o->onset->data[0];
    8384  thresholded = aubio_peakpicker_get_thresholded_input(o->pp);
    8485  o->dfframe->data[winlen - step + o->blockpos] = thresholded->data[0];
Note: See TracChangeset for help on using the changeset viewer.