Changeset f4296dd for examples


Ignore:
Timestamp:
Feb 10, 2013, 9:10:40 PM (11 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:
a4bf052
Parents:
947bbd3
Message:

examples/aubioonset.c: remove unused parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r947bbd3 rf4296dd  
    2727
    2828static int aubio_process(smpl_t **input, smpl_t **output, int nframes) {
    29   unsigned int i;       /*channels*/
    3029  unsigned int j;       /*frames*/
    3130  for (j=0;j<(unsigned)nframes;j++) {
Note: See TracChangeset for help on using the changeset viewer.