Changeset 2a00568 for python/aubio
- Timestamp:
- Nov 21, 2007, 11:26:57 AM (17 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:
- ec2fa2a
- Parents:
- 15b97d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
r15b97d9 r2a00568 74 74 aubio_onsetdetection(self.od,tc(),tf()) 75 75 def __del__(self): 76 aubio_onsetdetection_free(self.od)76 del_aubio_onsetdetection(self.od) 77 77 78 78 class peakpick:
Note: See TracChangeset
for help on using the changeset viewer.