From b554e41cfcf7d581dc3296f09dc846e5ffc65049 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 9 Feb 2013 20:03:21 -0500 Subject: [PATCH] moved out old python interface --- {python => python.old}/README | 0 {python => python.old}/aubio/__init__.py | 0 {python => python.old}/aubio/aubioclass.py | 0 {python => python.old}/aubio/bench/__init__.py | 0 {python => python.old}/aubio/bench/broadcast.py | 0 {python => python.old}/aubio/bench/config.py | 0 {python => python.old}/aubio/bench/node.py | 0 {python => python.old}/aubio/bench/onset.py | 0 {python => python.old}/aubio/gnuplot.py | 0 {python => python.old}/aubio/median.py | 0 {python => python.old}/aubio/onsetcompare.py | 0 {python => python.old}/aubio/plot/__init__.py | 0 {python => python.old}/aubio/plot/keyboard.py | 0 {python => python.old}/aubio/plot/notes.py | 0 {python => python.old}/aubio/task/__init__.py | 0 {python => python.old}/aubio/task/beat.py | 0 {python => python.old}/aubio/task/cut.py | 0 {python => python.old}/aubio/task/notes.py | 0 {python => python.old}/aubio/task/onset.py | 0 {python => python.old}/aubio/task/params.py | 0 {python => python.old}/aubio/task/pitch.py | 0 {python => python.old}/aubio/task/silence.py | 0 {python => python.old}/aubio/task/task.py | 0 {python => python.old}/aubio/txtfile.py | 0 {python => python.old}/aubio/web/__init__.py | 0 {python => python.old}/aubio/web/browser.py | 0 {python => python.old}/aubio/web/html.py | 0 {python => python.old}/aubio/wscript_build | 0 {python => python.old}/aubiocompare-onset | 0 {python => python.old}/aubiocut | 0 {python => python.old}/aubiodiffs-onset | 0 {python => python.old}/aubiofilter-notes | 0 {python => python.old}/aubionotes | 0 {python => python.old}/aubiopitch | 0 {python => python.old}/aubioplot-audio | 0 {python => python.old}/aubioplot-notes | 0 {python => python.old}/aubioplot-spec | 0 {python => python.old}/aubioplot-yinfft | 0 {python => python.old}/aubioweb.py | 0 {python => python.old}/bench-cluster-test | 0 {python => python.old}/bench-test | 0 {python => python.old}/wscript_build | 0 42 files changed, 0 insertions(+), 0 deletions(-) rename {python => python.old}/README (100%) rename {python => python.old}/aubio/__init__.py (100%) rename {python => python.old}/aubio/aubioclass.py (100%) rename {python => python.old}/aubio/bench/__init__.py (100%) rename {python => python.old}/aubio/bench/broadcast.py (100%) rename {python => python.old}/aubio/bench/config.py (100%) rename {python => python.old}/aubio/bench/node.py (100%) rename {python => python.old}/aubio/bench/onset.py (100%) rename {python => python.old}/aubio/gnuplot.py (100%) rename {python => python.old}/aubio/median.py (100%) rename {python => python.old}/aubio/onsetcompare.py (100%) rename {python => python.old}/aubio/plot/__init__.py (100%) rename {python => python.old}/aubio/plot/keyboard.py (100%) rename {python => python.old}/aubio/plot/notes.py (100%) rename {python => python.old}/aubio/task/__init__.py (100%) rename {python => python.old}/aubio/task/beat.py (100%) rename {python => python.old}/aubio/task/cut.py (100%) rename {python => python.old}/aubio/task/notes.py (100%) rename {python => python.old}/aubio/task/onset.py (100%) rename {python => python.old}/aubio/task/params.py (100%) rename {python => python.old}/aubio/task/pitch.py (100%) rename {python => python.old}/aubio/task/silence.py (100%) rename {python => python.old}/aubio/task/task.py (100%) rename {python => python.old}/aubio/txtfile.py (100%) rename {python => python.old}/aubio/web/__init__.py (100%) rename {python => python.old}/aubio/web/browser.py (100%) rename {python => python.old}/aubio/web/html.py (100%) rename {python => python.old}/aubio/wscript_build (100%) rename {python => python.old}/aubiocompare-onset (100%) rename {python => python.old}/aubiocut (100%) rename {python => python.old}/aubiodiffs-onset (100%) rename {python => python.old}/aubiofilter-notes (100%) rename {python => python.old}/aubionotes (100%) rename {python => python.old}/aubiopitch (100%) rename {python => python.old}/aubioplot-audio (100%) rename {python => python.old}/aubioplot-notes (100%) rename {python => python.old}/aubioplot-spec (100%) rename {python => python.old}/aubioplot-yinfft (100%) rename {python => python.old}/aubioweb.py (100%) rename {python => python.old}/bench-cluster-test (100%) rename {python => python.old}/bench-test (100%) rename {python => python.old}/wscript_build (100%) diff --git a/python/README b/python.old/README similarity index 100% rename from python/README rename to python.old/README diff --git a/python/aubio/__init__.py b/python.old/aubio/__init__.py similarity index 100% rename from python/aubio/__init__.py rename to python.old/aubio/__init__.py diff --git a/python/aubio/aubioclass.py b/python.old/aubio/aubioclass.py similarity index 100% rename from python/aubio/aubioclass.py rename to python.old/aubio/aubioclass.py diff --git a/python/aubio/bench/__init__.py b/python.old/aubio/bench/__init__.py similarity index 100% rename from python/aubio/bench/__init__.py rename to python.old/aubio/bench/__init__.py diff --git a/python/aubio/bench/broadcast.py b/python.old/aubio/bench/broadcast.py similarity index 100% rename from python/aubio/bench/broadcast.py rename to python.old/aubio/bench/broadcast.py diff --git a/python/aubio/bench/config.py b/python.old/aubio/bench/config.py similarity index 100% rename from python/aubio/bench/config.py rename to python.old/aubio/bench/config.py diff --git a/python/aubio/bench/node.py b/python.old/aubio/bench/node.py similarity index 100% rename from python/aubio/bench/node.py rename to python.old/aubio/bench/node.py diff --git a/python/aubio/bench/onset.py b/python.old/aubio/bench/onset.py similarity index 100% rename from python/aubio/bench/onset.py rename to python.old/aubio/bench/onset.py diff --git a/python/aubio/gnuplot.py b/python.old/aubio/gnuplot.py similarity index 100% rename from python/aubio/gnuplot.py rename to python.old/aubio/gnuplot.py diff --git a/python/aubio/median.py b/python.old/aubio/median.py similarity index 100% rename from python/aubio/median.py rename to python.old/aubio/median.py diff --git a/python/aubio/onsetcompare.py b/python.old/aubio/onsetcompare.py similarity index 100% rename from python/aubio/onsetcompare.py rename to python.old/aubio/onsetcompare.py diff --git a/python/aubio/plot/__init__.py b/python.old/aubio/plot/__init__.py similarity index 100% rename from python/aubio/plot/__init__.py rename to python.old/aubio/plot/__init__.py diff --git a/python/aubio/plot/keyboard.py b/python.old/aubio/plot/keyboard.py similarity index 100% rename from python/aubio/plot/keyboard.py rename to python.old/aubio/plot/keyboard.py diff --git a/python/aubio/plot/notes.py b/python.old/aubio/plot/notes.py similarity index 100% rename from python/aubio/plot/notes.py rename to python.old/aubio/plot/notes.py diff --git a/python/aubio/task/__init__.py b/python.old/aubio/task/__init__.py similarity index 100% rename from python/aubio/task/__init__.py rename to python.old/aubio/task/__init__.py diff --git a/python/aubio/task/beat.py b/python.old/aubio/task/beat.py similarity index 100% rename from python/aubio/task/beat.py rename to python.old/aubio/task/beat.py diff --git a/python/aubio/task/cut.py b/python.old/aubio/task/cut.py similarity index 100% rename from python/aubio/task/cut.py rename to python.old/aubio/task/cut.py diff --git a/python/aubio/task/notes.py b/python.old/aubio/task/notes.py similarity index 100% rename from python/aubio/task/notes.py rename to python.old/aubio/task/notes.py diff --git a/python/aubio/task/onset.py b/python.old/aubio/task/onset.py similarity index 100% rename from python/aubio/task/onset.py rename to python.old/aubio/task/onset.py diff --git a/python/aubio/task/params.py b/python.old/aubio/task/params.py similarity index 100% rename from python/aubio/task/params.py rename to python.old/aubio/task/params.py diff --git a/python/aubio/task/pitch.py b/python.old/aubio/task/pitch.py similarity index 100% rename from python/aubio/task/pitch.py rename to python.old/aubio/task/pitch.py diff --git a/python/aubio/task/silence.py b/python.old/aubio/task/silence.py similarity index 100% rename from python/aubio/task/silence.py rename to python.old/aubio/task/silence.py diff --git a/python/aubio/task/task.py b/python.old/aubio/task/task.py similarity index 100% rename from python/aubio/task/task.py rename to python.old/aubio/task/task.py diff --git a/python/aubio/txtfile.py b/python.old/aubio/txtfile.py similarity index 100% rename from python/aubio/txtfile.py rename to python.old/aubio/txtfile.py diff --git a/python/aubio/web/__init__.py b/python.old/aubio/web/__init__.py similarity index 100% rename from python/aubio/web/__init__.py rename to python.old/aubio/web/__init__.py diff --git a/python/aubio/web/browser.py b/python.old/aubio/web/browser.py similarity index 100% rename from python/aubio/web/browser.py rename to python.old/aubio/web/browser.py diff --git a/python/aubio/web/html.py b/python.old/aubio/web/html.py similarity index 100% rename from python/aubio/web/html.py rename to python.old/aubio/web/html.py diff --git a/python/aubio/wscript_build b/python.old/aubio/wscript_build similarity index 100% rename from python/aubio/wscript_build rename to python.old/aubio/wscript_build diff --git a/python/aubiocompare-onset b/python.old/aubiocompare-onset similarity index 100% rename from python/aubiocompare-onset rename to python.old/aubiocompare-onset diff --git a/python/aubiocut b/python.old/aubiocut similarity index 100% rename from python/aubiocut rename to python.old/aubiocut diff --git a/python/aubiodiffs-onset b/python.old/aubiodiffs-onset similarity index 100% rename from python/aubiodiffs-onset rename to python.old/aubiodiffs-onset diff --git a/python/aubiofilter-notes b/python.old/aubiofilter-notes similarity index 100% rename from python/aubiofilter-notes rename to python.old/aubiofilter-notes diff --git a/python/aubionotes b/python.old/aubionotes similarity index 100% rename from python/aubionotes rename to python.old/aubionotes diff --git a/python/aubiopitch b/python.old/aubiopitch similarity index 100% rename from python/aubiopitch rename to python.old/aubiopitch diff --git a/python/aubioplot-audio b/python.old/aubioplot-audio similarity index 100% rename from python/aubioplot-audio rename to python.old/aubioplot-audio diff --git a/python/aubioplot-notes b/python.old/aubioplot-notes similarity index 100% rename from python/aubioplot-notes rename to python.old/aubioplot-notes diff --git a/python/aubioplot-spec b/python.old/aubioplot-spec similarity index 100% rename from python/aubioplot-spec rename to python.old/aubioplot-spec diff --git a/python/aubioplot-yinfft b/python.old/aubioplot-yinfft similarity index 100% rename from python/aubioplot-yinfft rename to python.old/aubioplot-yinfft diff --git a/python/aubioweb.py b/python.old/aubioweb.py similarity index 100% rename from python/aubioweb.py rename to python.old/aubioweb.py diff --git a/python/bench-cluster-test b/python.old/bench-cluster-test similarity index 100% rename from python/bench-cluster-test rename to python.old/bench-cluster-test diff --git a/python/bench-test b/python.old/bench-test similarity index 100% rename from python/bench-test rename to python.old/bench-test diff --git a/python/wscript_build b/python.old/wscript_build similarity index 100% rename from python/wscript_build rename to python.old/wscript_build -- 2.11.0