Changeset a72f3f1 for src/onset/onset.c


Ignore:
Timestamp:
Oct 7, 2009, 11:24:54 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:
9a12264
Parents:
316092e
Message:

src/onset/onset.c: rename aubio_onset to aubio_onset_do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r316092e ra72f3f1  
    4141
    4242/* execute onset detection function on iput buffer */
    43 void aubio_onset(aubio_onset_t *o, fvec_t * input, fvec_t * onset)
     43void aubio_onset_do (aubio_onset_t *o, fvec_t * input, fvec_t * onset)
    4444{
    4545  uint_t isonset = 0;
Note: See TracChangeset for help on using the changeset viewer.