Changeset 3ac7cb0 for src/onset/onset.h


Ignore:
Timestamp:
Nov 6, 2009, 1:08:44 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:
8b8336b
Parents:
b8ee46c
Message:

src/: cleanup variable names in prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.h

    rb8ee46c r3ac7cb0  
    4747/** create onset detection object
    4848 
    49   \param onset_mode onset detection type as specified in specdesc.h
     49  \param method onset detection type as specified in specdesc.h
    5050  \param buf_size buffer size for phase vocoder
    5151  \param hop_size hop size for phase vocoder
     
    5454
    5555*/
    56 aubio_onset_t * new_aubio_onset (char_t * onset_mode,
     56aubio_onset_t * new_aubio_onset (char_t * method,
    5757    uint_t buf_size, uint_t hop_size, uint_t channels, uint_t samplerate);
    5858
Note: See TracChangeset for help on using the changeset viewer.