Changes in python/aubio/aubioclass.py [cea30b8:2a00568]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
rcea30b8 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.