- Timestamp:
- Nov 21, 2018, 8:55:09 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 8924bdf
- Parents:
- afe90ee
- Location:
- src/synth
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/wavetable.c
rafe90ee r313eb2b 168 168 } 169 169 170 uint_t 171 aubio_wavetable_load ( aubio_wavetable_t *s UNUSED, const char_t *uri UNUSED) 172 { 173 AUBIO_ERR("wavetable: load method not implemented yet, see sampler\n"); 174 return AUBIO_FAIL; 175 } 176 170 177 uint_t aubio_wavetable_set_freq ( aubio_wavetable_t * s, smpl_t freq ) 171 178 { -
src/synth/wavetable.h
rafe90ee r313eb2b 53 53 54 54 /** load source in wavetable 55 56 \TODO This function is not implemented yet. See new_aubio_sampler() instead. 55 57 56 58 \param o wavetable, created by new_aubio_wavetable()
Note: See TracChangeset
for help on using the changeset viewer.