Changeset b4f5967 for src/tempo/tempo.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/tempo/tempo.h

    r27fa522 rb4f5967  
    3838
    3939/** create tempo detection object */
    40 aubio_tempo_t * new_aubio_tempo (aubio_onsetdetection_type type_onset,
     40aubio_tempo_t * new_aubio_tempo (char_t * mode,
    4141    uint_t buf_size, uint_t hop_size, uint_t channels);
    4242
Note: See TracChangeset for help on using the changeset viewer.