moved out old python interface
authorPaul Brossier <piem@piem.org>
Sun, 10 Feb 2013 01:03:21 +0000 (20:03 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 10 Feb 2013 01:03:21 +0000 (20:03 -0500)
commitb554e41cfcf7d581dc3296f09dc846e5ffc65049
tree8887a9579ffc43f041f9c174a98de24d65607e54
parenta1da37faa83d6da7192c13e291fabdbc171ba447
moved out old python interface
84 files changed:
python.old/README [new file with mode: 0644]
python.old/aubio/__init__.py [new file with mode: 0644]
python.old/aubio/aubioclass.py [new file with mode: 0644]
python.old/aubio/bench/__init__.py [new file with mode: 0644]
python.old/aubio/bench/broadcast.py [new file with mode: 0644]
python.old/aubio/bench/config.py [new file with mode: 0644]
python.old/aubio/bench/node.py [new file with mode: 0644]
python.old/aubio/bench/onset.py [new file with mode: 0644]
python.old/aubio/gnuplot.py [new file with mode: 0644]
python.old/aubio/median.py [new file with mode: 0644]
python.old/aubio/onsetcompare.py [new file with mode: 0644]
python.old/aubio/plot/__init__.py [new file with mode: 0644]
python.old/aubio/plot/keyboard.py [new file with mode: 0755]
python.old/aubio/plot/notes.py [new file with mode: 0644]
python.old/aubio/task/__init__.py [new file with mode: 0644]
python.old/aubio/task/beat.py [new file with mode: 0644]
python.old/aubio/task/cut.py [new file with mode: 0644]
python.old/aubio/task/notes.py [new file with mode: 0644]
python.old/aubio/task/onset.py [new file with mode: 0644]
python.old/aubio/task/params.py [new file with mode: 0644]
python.old/aubio/task/pitch.py [new file with mode: 0644]
python.old/aubio/task/silence.py [new file with mode: 0644]
python.old/aubio/task/task.py [new file with mode: 0644]
python.old/aubio/txtfile.py [new file with mode: 0644]
python.old/aubio/web/__init__.py [new file with mode: 0644]
python.old/aubio/web/browser.py [new file with mode: 0644]
python.old/aubio/web/html.py [new file with mode: 0644]
python.old/aubio/wscript_build [new file with mode: 0644]
python.old/aubiocompare-onset [new file with mode: 0755]
python.old/aubiocut [new file with mode: 0755]
python.old/aubiodiffs-onset [new file with mode: 0755]
python.old/aubiofilter-notes [new file with mode: 0755]
python.old/aubionotes [new file with mode: 0755]
python.old/aubiopitch [new file with mode: 0755]
python.old/aubioplot-audio [new file with mode: 0755]
python.old/aubioplot-notes [new file with mode: 0755]
python.old/aubioplot-spec [new file with mode: 0755]
python.old/aubioplot-yinfft [new file with mode: 0755]
python.old/aubioweb.py [new file with mode: 0644]
python.old/bench-cluster-test [new file with mode: 0755]
python.old/bench-test [new file with mode: 0755]
python.old/wscript_build [new file with mode: 0644]
python/README [deleted file]
python/aubio/__init__.py [deleted file]
python/aubio/aubioclass.py [deleted file]
python/aubio/bench/__init__.py [deleted file]
python/aubio/bench/broadcast.py [deleted file]
python/aubio/bench/config.py [deleted file]
python/aubio/bench/node.py [deleted file]
python/aubio/bench/onset.py [deleted file]
python/aubio/gnuplot.py [deleted file]
python/aubio/median.py [deleted file]
python/aubio/onsetcompare.py [deleted file]
python/aubio/plot/__init__.py [deleted file]
python/aubio/plot/keyboard.py [deleted file]
python/aubio/plot/notes.py [deleted file]
python/aubio/task/__init__.py [deleted file]
python/aubio/task/beat.py [deleted file]
python/aubio/task/cut.py [deleted file]
python/aubio/task/notes.py [deleted file]
python/aubio/task/onset.py [deleted file]
python/aubio/task/params.py [deleted file]
python/aubio/task/pitch.py [deleted file]
python/aubio/task/silence.py [deleted file]
python/aubio/task/task.py [deleted file]
python/aubio/txtfile.py [deleted file]
python/aubio/web/__init__.py [deleted file]
python/aubio/web/browser.py [deleted file]
python/aubio/web/html.py [deleted file]
python/aubio/wscript_build [deleted file]
python/aubiocompare-onset [deleted file]
python/aubiocut [deleted file]
python/aubiodiffs-onset [deleted file]
python/aubiofilter-notes [deleted file]
python/aubionotes [deleted file]
python/aubiopitch [deleted file]
python/aubioplot-audio [deleted file]
python/aubioplot-notes [deleted file]
python/aubioplot-spec [deleted file]
python/aubioplot-yinfft [deleted file]
python/aubioweb.py [deleted file]
python/bench-cluster-test [deleted file]
python/bench-test [deleted file]
python/wscript_build [deleted file]