Changeset b4f5967 for examples/utils.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
  • examples/utils.h

    r27fa522 rb4f5967  
    7979
    8080/* energy,specdiff,hfc,complexdomain,phase */
    81 extern aubio_onsetdetection_type type_onset;
    82 extern aubio_onsetdetection_type type_onset2;
     81extern char_t * onset_mode;
    8382extern smpl_t threshold;
    8483extern smpl_t silence;
Note: See TracChangeset for help on using the changeset viewer.