Changeset 98861c6
- Timestamp:
- Mar 12, 2017, 3:12:48 PM (8 years ago)
- Branches:
- sampler
- Children:
- 3d650a7
- Parents:
- 75d1f9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.h
r75d1f9b r98861c6 97 97 \param o sampler, created by new_aubio_sampler() 98 98 \param output output of the sampler 99 \param read number of samples actually read99 \param read will be set to then number of samples actually read 100 100 101 101 This function get new samples from the sampler and store them into output. … … 110 110 \param o sampler, created by new_aubio_sampler() 111 111 \param output output of the sampler 112 \param read will be set to the number of samples actually read 112 113 113 114 This function is identical to aubio_sampler_do(), but for a multi-channel source. … … 135 136 uint_t aubio_sampler_set_playing ( aubio_sampler_t * o, uint_t playing ); 136 137 138 /** get current looping state 139 140 \param o sampler, created by new_aubio_sampler() 141 142 \return 0 if not looping , 1 if looping 143 144 */ 137 145 uint_t aubio_sampler_get_loop(aubio_sampler_t * o); 138 146 … … 140 148 141 149 \param o sampler, created by new_aubio_sampler() 142 \param loop ing0 for not looping, 1 for looping150 \param loop 0 for not looping, 1 for looping 143 151 144 152 \return 0 if successful, 1 otherwise
Note: See TracChangeset
for help on using the changeset viewer.