- Timestamp:
- May 16, 2008, 2:18:26 AM (17 years ago)
- 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:
- 9ae6e03
- Parents:
- 7e204d01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
r7e204d01 r13e23b8 1 pkgpython_PYTHON = \1 nobase_pkgpython_PYTHON = \ 2 2 __init__.py \ 3 3 onsetcompare.py \ … … 5 5 median.py \ 6 6 txtfile.py \ 7 aubioclass.py 8 9 pkgpythontaskdir = $(pkgpythondir)/task 10 pkgpythontask_PYTHON = \ 7 aubioclass.py \ 11 8 task/__init__.py \ 12 9 task/params.py \ … … 18 15 task/task.py \ 19 16 task/pitch.py \ 20 task/notes.py 21 22 pkgpythonbenchdir = $(pkgpythondir)/bench 23 pkgpythonbench_PYTHON = \ 17 task/notes.py \ 24 18 bench/__init__.py \ 25 19 bench/broadcast.py \ 26 20 bench/config.py \ 27 21 bench/node.py \ 28 bench/onset.py 29 30 pkgpythonplotdir = $(pkgpythondir)/plot 31 pkgpythonplot_PYTHON = \ 22 bench/onset.py \ 32 23 plot/__init__.py \ 33 plot/keyboard.py 34 35 pkgpythonwebdir = $(pkgpythondir)/web 36 pkgpythonweb_PYTHON = \ 24 plot/keyboard.py \ 37 25 web/__init__.py \ 38 26 web/browser.py \
Note: See TracChangeset
for help on using the changeset viewer.