splitting up tasks in many files
authorPaul Brossier <piem@altern.org>
Fri, 3 Mar 2006 05:57:50 +0000 (05:57 +0000)
committerPaul Brossier <piem@altern.org>
Fri, 3 Mar 2006 05:57:50 +0000 (05:57 +0000)
commit13c3fba4c19f51ef0c00547a7eea9be7fbcb9bdb
tree90f896b17c3ded121eb886ab14faba1f5fbde33c
parentc7713b225d8866f9d6010c89669647929ee8abad
splitting up tasks in many files
splitting up tasks in many files
python/aubio/task/beat.py [new file with mode: 0644]
python/aubio/task/cut.py [new file with mode: 0644]
python/aubio/task/onset.py [new file with mode: 0644]
python/aubio/task/params.py [new file with mode: 0644]
python/aubio/task/pitch.py [new file with mode: 0644]
python/aubio/task/silence.py [new file with mode: 0644]
python/aubio/task/task.py [new file with mode: 0644]
python/aubio/task/utils.py [new file with mode: 0644]
python/aubio/tasks.py [deleted file]
python/aubiocut
python/aubiopitch