Changeset 2a00568 for python


Ignore:
Timestamp:
Nov 21, 2007, 11:26:57 AM (16 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:
ec2fa2a
Parents:
15b97d9
Message:

aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_onsetdetection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    r15b97d9 r2a00568  
    7474        aubio_onsetdetection(self.od,tc(),tf())
    7575    def __del__(self):
    76         aubio_onsetdetection_free(self.od)
     76        del_aubio_onsetdetection(self.od)
    7777
    7878class peakpick:
Note: See TracChangeset for help on using the changeset viewer.