aubio_wavetable_load method
load source in wavetable
TODO: This function is not implemented yet. See new_aubio_sampler() instead.
\param o wavetable, created by new_aubio_wavetable() \param uri the uri of the source to load
\return 0 if successful, non-zero otherwise
Implementation
int aubio_wavetable_load(
ffi.Pointer<aubio_wavetable_t> o,
ffi.Pointer<char_t> uri,
) {
return _aubio_wavetable_load(
o,
uri,
);
}