Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onsetdetection.c

    r999b0c12 r274839f  
    284284}
    285285
     286void aubio_onsetdetection_free (aubio_onsetdetection_t *o){
     287  del_aubio_onsetdetection(o);
     288}
     289
    286290void del_aubio_onsetdetection (aubio_onsetdetection_t *o){
    287291
Note: See TracChangeset for help on using the changeset viewer.