add del_aubio_onsetdetection, aubio_onsetdetection_free is obsolete
}
void aubio_onsetdetection_free (aubio_onsetdetection_t *o){
+ del_aubio_onsetdetection(o);
+}
+
+void del_aubio_onsetdetection (aubio_onsetdetection_t *o){
switch(o->type) {
/* for both energy and hfc, only fftgrain->norm is required */
\param o onset detection object as returned by new_aubio_pitchfcomb
*/
+void del_aubio_onsetdetection(aubio_onsetdetection_t *o);
+/** deletion of an onset detection object (obsolete)
+
+ \param o onset detection object as returned by new_aubio_pitchfcomb
+
+*/
void aubio_onsetdetection_free(aubio_onsetdetection_t *o);
+
#ifdef __cplusplus
}
#endif