Changeset cb158ab for src/onset


Ignore:
Timestamp:
Oct 7, 2009, 10:45:30 PM (15 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:
01b8fcc
Parents:
d0dca26
Message:

src/onset/onsetdetection.c: remove unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onsetdetection.c

    rd0dca26 rcb158ab  
    309309  aubio_onsetdetection_t * o = AUBIO_NEW(aubio_onsetdetection_t);
    310310  uint_t rsize = size/2+1;
    311   uint_t i;
    312311  switch(type) {
    313312    /* for both energy and hfc, only fftgrain->norm is required */
Note: See TracChangeset for help on using the changeset viewer.