projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
618ebd5
)
src/synth/sampler.h: fix typo
author
Paul Brossier
<piem@piem.org>
Sun, 12 Mar 2017 13:32:01 +0000
(14:32 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 12 Mar 2017 13:32:01 +0000
(14:32 +0100)
src/synth/sampler.h
patch
|
blob
|
history
diff --git
a/src/synth/sampler.h
b/src/synth/sampler.h
index
9d1465a
..
39dcd13
100644
(file)
--- 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 is i
n
dentical to aubio_sampler_do(), but for a multi-channel source.
+ This function is identical 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);