Changeset 37541b9
- Timestamp:
- May 18, 2006, 12:28:05 PM (19 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:
- f647e82
- Parents:
- 9904d81
- Location:
- python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/Makefile.am
r9904d81 r37541b9 3 3 dist_bin_SCRIPTS = aubiocut aubiopitch 4 4 dist_noinst_SCRIPTS = aubiocompare-onset aubioplot-notes \ 5 aubiofilter-notes aubionotes aubiocompare-onset 5 aubiofilter-notes aubionotes aubiocompare-onset aubioweb.py -
python/aubio/Makefile.am
r9904d81 r37541b9 1 pkgpython_PYTHON = __init__.py onsetcompare.py\ 2 gnuplot.py median.py txtfile.py aubioclass.py 1 pkgpython_PYTHON = \ 2 __init__.py \ 3 onsetcompare.py \ 4 gnuplot.py \ 5 median.py \ 6 txtfile.py \ 7 aubioclass.py 8 9 pkgpythontaskdir = $(pkgpythondir)/task 10 pkgpythontask_PYTHON = \ 11 task/__init__.py \ 12 task/params.py \ 13 task/utils.py \ 14 task/onset.py \ 15 task/silence.py \ 16 task/cut.py \ 17 task/beat.py \ 18 task/task.py \ 19 task/pitch.py \ 20 task/notes.py 21 22 pkgpythonbenchdir = $(pkgpythondir)/bench 23 pkgpythonbench_PYTHON = \ 24 bench/__init__.py \ 25 bench/broadcast.py \ 26 bench/config.py \ 27 bench/node.py \ 28 bench/onset.py 29 30 pkgpythonplotdir = $(pkgpythondir)/plot 31 pkgpythonplot_PYTHON = \ 32 plot/__init__.py \ 33 plot/keyboard.py 34 35 pkgpythonwebdir = $(pkgpythondir)/web 36 pkgpythonweb_PYTHON = \ 37 web/__init__.py \ 38 web/browser.py \ 39 web/html.py 3 40 4 41 nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
Note: See TracChangeset
for help on using the changeset viewer.