Changeset 8750bbd


Ignore:
Timestamp:
Dec 7, 2013, 5:40:07 PM (10 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:
fdd5315
Parents:
912f343
Message:

src/synth/wavetable.h: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/wavetable.h

    r912f343 r8750bbd  
    111111
    112112  \param o wavetable, created by ::new_aubio_wavetable
    113   \param playing 0 for not playing, 1 for playing
    114113
    115114  \return 0 if successful, 1 otherwise
     
    118117uint_t aubio_wavetable_play ( aubio_wavetable_t * o );
    119118
    120 /** stop sample from start
     119/** stop sample
    121120
    122121  \param o wavetable, created by ::new_aubio_wavetable
    123   \param playing 0 for not playing, 1 for playing
    124122
    125123  \return 0 if successful, 1 otherwise
     
    131129
    132130  \param o wavetable, created by ::new_aubio_wavetable
    133   \param playing 0 for not playing, 1 for playing
     131  \param freq new frequency value for the wavetable
    134132
    135133  \return 0 if successful, 1 otherwise
     
    150148
    151149  \param o wavetable, created by ::new_aubio_wavetable
    152   \param playing 0 for not playing, 1 for playing
     150  \param amp new amplitude value for the wavetable
    153151
    154152  \return 0 if successful, 1 otherwise
Note: See TracChangeset for help on using the changeset viewer.