Changeset b4f5967 for src/onset/onset.h


Ignore:
Timestamp:
Oct 15, 2009, 5:09:34 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:
cd77c15
Parents:
27fa522
Message:

src/onset: use a string to set onset mode, keeping onset types enum private, update everywhere onsets are used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.h

    r27fa522 rb4f5967  
    5252
    5353*/
    54 aubio_onset_t * new_aubio_onset (aubio_onsetdetection_type type_onset,
     54aubio_onset_t * new_aubio_onset (char_t * onset_mode,
    5555    uint_t buf_size, uint_t hop_size, uint_t channels);
    5656
Note: See TracChangeset for help on using the changeset viewer.