projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757e255
)
src/synth/sampler.c: remove old comment
author
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 14:00:27 +0000
(15:00 +0100)
committer
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 14:00:27 +0000
(15:00 +0100)
src/synth/sampler.c
patch
|
blob
|
history
diff --git
a/src/synth/sampler.c
b/src/synth/sampler.c
index
4dccf1c
..
83cb176
100644
(file)
--- a/
src/synth/sampler.c
+++ b/
src/synth/sampler.c
@@
-753,7
+753,6
@@
uint_t aubio_sampler_set_loop ( aubio_sampler_t * o, uint_t loop )
uint_t aubio_sampler_play ( aubio_sampler_t * o )
{
- //aubio_source_seek (o->source, 0);
return aubio_sampler_set_playing (o, 1);
}