Changeset 01b8fcc for python


Ignore:
Timestamp:
Oct 7, 2009, 10:58:25 PM (15 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:
0ce97483
Parents:
cb158ab
Message:

src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    rcb158ab r01b8fcc  
    7373        self.od = new_aubio_onsetdetection(type,buf,chan)
    7474    def do(self,tc,tf):
    75         aubio_onsetdetection(self.od,tc(),tf())
     75        aubio_onsetdetection_do(self.od,tc(),tf())
    7676    def __del__(self):
    7777        del_aubio_onsetdetection(self.od)
Note: See TracChangeset for help on using the changeset viewer.