- Timestamp:
- Mar 17, 2017, 6:23:50 PM (8 years ago)
- Branches:
- sampler
- Children:
- 389f903
- Parents:
- f8bdcb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.h
rf8bdcb2 rf651625 33 33 TODO: 34 34 - add _preset_threaded(level) 35 - add _set_stretch36 - add _set_pitch35 - rename _set_loop/_get_loop to _set_looping/_get_looping 36 - add option to pass a callback to signal eof 37 37 38 38 \example synth/test-sampler.c … … 155 155 uint_t aubio_sampler_set_loop(aubio_sampler_t * o, uint_t loop); 156 156 157 /** play sample from start157 /** play sample 158 158 159 159 \param o sampler, created by new_aubio_sampler() … … 204 204 \param o sampler, created by new_aubio_sampler() 205 205 206 \return 1 when the eof is beingreached, 0 otherwise206 \return 1 when end of file has been reached, 0 otherwise 207 207 208 208 */
Note: See TracChangeset
for help on using the changeset viewer.