projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c44aa
)
[wavetable] revert 9511547 to preserve api
author
Paul Brossier
<piem@piem.org>
Wed, 21 Nov 2018 19:53:54 +0000
(20:53 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 21 Nov 2018 19:53:54 +0000
(20:53 +0100)
src/synth/wavetable.h
patch
|
blob
|
history
diff --git
a/src/synth/wavetable.h
b/src/synth/wavetable.h
index
e57cb90
..
b333575
100644
(file)
--- a/
src/synth/wavetable.h
+++ b/
src/synth/wavetable.h
@@
-51,6
+51,16
@@
typedef struct _aubio_wavetable_t aubio_wavetable_t;
*/
aubio_wavetable_t * new_aubio_wavetable(uint_t samplerate, uint_t hop_size);
+/** load source in wavetable
+
+ \param o wavetable, created by new_aubio_wavetable()
+ \param uri the uri of the source to load
+
+ \return 0 if successful, non-zero otherwise
+
+*/
+uint_t aubio_wavetable_load( aubio_wavetable_t * o, const char_t * uri );
+
/** process wavetable function
\param o wavetable, created by new_aubio_wavetable()