From: Paul Brossier Date: Mon, 28 Nov 2016 13:47:08 +0000 (+0100) Subject: src/synth/sampler.h: improve documentation X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5382846301bfa0f2f1b9e579fd40fef4b93cc6f8;p=aubio.git src/synth/sampler.h: improve documentation --- diff --git a/src/synth/sampler.h b/src/synth/sampler.h index 3b32bc12..027d7813 100644 --- a/src/synth/sampler.h +++ b/src/synth/sampler.h @@ -110,7 +110,7 @@ void aubio_sampler_do ( aubio_sampler_t * o, fvec_t * output, uint_t *read); \param o sampler, created by new_aubio_sampler() \param output output of the sampler -This function gets new samples from the playing source into output. + This function is indentical to aubio_sampler_do(), but for a multi-channel source. */ void aubio_sampler_do_multi ( aubio_sampler_t * o, fmat_t * output, uint_t *read);