Changeset cc6b221


Ignore:
Timestamp:
Dec 6, 2013, 11:57:33 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/synth/wavetable.c: also delete parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/wavetable.c

    re8c4de2 rcc6b221  
    181181void del_aubio_wavetable( aubio_wavetable_t * s )
    182182{
     183  del_aubio_parameter(s->freq);
     184  del_aubio_parameter(s->amp);
    183185  del_fvec(s->wavetable);
    184186  AUBIO_FREE(s);
Note: See TracChangeset for help on using the changeset viewer.