Changeset cc6b221
- Timestamp:
- Dec 6, 2013, 11:57:33 PM (11 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 1b25a70
- Parents:
- e8c4de2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/wavetable.c
re8c4de2 rcc6b221 181 181 void del_aubio_wavetable( aubio_wavetable_t * s ) 182 182 { 183 del_aubio_parameter(s->freq); 184 del_aubio_parameter(s->amp); 183 185 del_fvec(s->wavetable); 184 186 AUBIO_FREE(s);
Note: See TracChangeset
for help on using the changeset viewer.