Ignore:
Timestamp:
Oct 19, 2009, 10:51:59 AM (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:
b14107f
Parents:
9f07d52
Message:

rename aubio_pitchdetection to aubio_pitch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/task/notes.py

    r9f07d52 rca1abdd  
    1414                        dcthreshold=self.params.dcthreshold,
    1515                        derivate=self.params.derivate)
    16                 self.pitchdet  = pitchdetection(mode=self.params.pitchmode,
     16                self.pitchdet  = pitch(mode=self.params.pitchmode,
    1717                        bufsize=self.params.pbufsize,
    1818                        hopsize=self.params.phopsize,
Note: See TracChangeset for help on using the changeset viewer.