Changeset 6338636 for src/onset/onset.h


Ignore:
Timestamp:
Oct 16, 2009, 4:03:03 AM (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:
0a257a6
Parents:
f1b6aad
Message:

src/onset/onset.c: setters to return unsigned ints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.h

    rf1b6aad r6338636  
    7070
    7171*/
    72 void aubio_onset_set_silence(aubio_onset_t * o, smpl_t silence);
     72uint_t aubio_onset_set_silence(aubio_onset_t * o, smpl_t silence);
    7373
    7474/** set onset detection peak picking threshold
     
    7878
    7979*/
    80 void aubio_onset_set_threshold(aubio_onset_t * o, smpl_t threshold);
     80uint_t aubio_onset_set_threshold(aubio_onset_t * o, smpl_t threshold);
    8181
    8282/** set minimum inter onset interval
     
    8787
    8888*/
    89 void aubio_onset_set_minioi(aubio_onset_t * o, uint_t minioi);
     89uint_t aubio_onset_set_minioi(aubio_onset_t * o, uint_t minioi);
    9090
    9191/** delete onset detection object
Note: See TracChangeset for help on using the changeset viewer.