projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f440b3
)
src/synth/sampler.c: no last_read yet
author
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 14:45:11 +0000
(15:45 +0100)
committer
Paul Brossier
<piem@piem.org>
Mon, 28 Nov 2016 14:45:11 +0000
(15:45 +0100)
src/synth/sampler.c
patch
|
blob
|
history
diff --git
a/src/synth/sampler.c
b/src/synth/sampler.c
index
1f1d752
..
cbce71b
100644
(file)
--- a/
src/synth/sampler.c
+++ b/
src/synth/sampler.c
@@
-688,7
+688,6
@@
aubio_sampler_seek(aubio_sampler_t * o, uint_t pos)
o->table_index = pos < o->table->length ? pos : o->table->length - 1;
ret = AUBIO_OK;
}
- o->last_read = 0;
return ret;
}