Changeset f651625 for src/synth


Ignore:
Timestamp:
Mar 17, 2017, 6:23:50 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
389f903
Parents:
f8bdcb2
Message:

src/synth/sampler.h: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/sampler.h

    rf8bdcb2 rf651625  
    3333TODO:
    3434  - add _preset_threaded(level)
    35   - add _set_stretch
    36   - add _set_pitch
     35  - rename _set_loop/_get_loop to _set_looping/_get_looping
     36  - add option to pass a callback to signal eof
    3737
    3838  \example synth/test-sampler.c
     
    155155uint_t aubio_sampler_set_loop(aubio_sampler_t * o, uint_t loop);
    156156
    157 /** play sample from start
     157/** play sample
    158158
    159159  \param o sampler, created by new_aubio_sampler()
     
    204204  \param o sampler, created by new_aubio_sampler()
    205205
    206   \return 1 when the eof is being reached, 0 otherwise
     206  \return 1 when end of file has been reached, 0 otherwise
    207207
    208208*/
Note: See TracChangeset for help on using the changeset viewer.