Ignore:
Timestamp:
Oct 15, 2009, 8:46:32 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:
e8ae95ac
Parents:
fe163ad
Message:

python/: remove task.utils, not used anymore

File:
1 edited

Legend:

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

    rfe163ad r515c7b2  
    11from aubio.task.task import task
    2 from aubio.task.utils import *
    32from aubio.aubioclass import *
    43
     
    1413                        self.myvec,
    1514                        self.params.threshold,
    16                         mode=get_onset_mode(self.params.onsetmode),
     15                        mode=self.params.onsetmode,
    1716                        dcthreshold=self.params.dcthreshold,
    1817                        derivate=self.params.derivate)
Note: See TracChangeset for help on using the changeset viewer.