#
# ChangeLog for python/demos/demo_source.py
#
# Generated by Trac 1.2
# Apr 4, 2025, 1:25:48 AM

Mon, 11 Feb 2013 10:06:28 GMT Paul Brossier <piem@piem.org> [fc117d0]
	* .gitignore (modified)
	* Makefile.am (deleted)
	* NEWS (deleted)
	* bootstrap (deleted)
	* configure.ac (deleted)
	* doc/Makefile.am (deleted)
	* examples/Makefile.am (deleted)
	* examples/aubiomfcc.c (modified)
	* examples/aubioonset.c (modified)
	* examples/aubiotrack.c (modified)
	* examples/utils.c (modified)
	* examples/utils.h (modified)
	* examples/wscript_build (modified)
	* interfaces/python/README (deleted)
	* interfaces/python/aubio/__init__.py (deleted)
	* interfaces/python/build_linux (deleted)
	* interfaces/python/build_osx (deleted)
	* python.old/README (moved)
	* python.old/aubio/__init__.py (added)
	* python.old/aubio/aubioclass.py (moved)
	* python.old/aubio/bench/__init__.py (moved)
	* python.old/aubio/bench/broadcast.py (moved)
	* python.old/aubio/bench/config.py (moved)
	* python.old/aubio/bench/node.py (moved)
	* python.old/aubio/bench/onset.py (moved)
	* python.old/aubio/gnuplot.py (moved)
	* python.old/aubio/median.py (moved)
	* python.old/aubio/onsetcompare.py (moved)
	* python.old/aubio/plot/__init__.py (moved)
	* python.old/aubio/plot/keyboard.py (moved)
	* python.old/aubio/plot/notes.py (moved)
	* python.old/aubio/task/__init__.py (moved)
	* python.old/aubio/task/beat.py (moved)
	* python.old/aubio/task/cut.py (moved)
	* python.old/aubio/task/notes.py (moved)
	* python.old/aubio/task/onset.py (moved)
	* python.old/aubio/task/params.py (moved)
	* python.old/aubio/task/pitch.py (moved)
	* python.old/aubio/task/silence.py (moved)
	* python.old/aubio/task/task.py (moved)
	* python.old/aubio/txtfile.py (moved)
	* python.old/aubio/web/__init__.py (moved)
	* python.old/aubio/web/browser.py (moved)
	* python.old/aubio/web/html.py (moved)
	* python.old/aubio/wscript_build (moved)
	* python.old/aubiocompare-onset (moved)
	* python.old/aubiocut (moved)
	* python.old/aubiodiffs-onset (moved)
	* python.old/aubiofilter-notes (moved)
	* python.old/aubionotes (moved)
	* python.old/aubiopitch (moved)
	* python.old/aubioplot-audio (moved)
	* python.old/aubioplot-notes (moved)
	* python.old/aubioplot-spec (moved)
	* python.old/aubioplot-yinfft (moved)
	* python.old/aubioweb.py (moved)
	* python.old/bench-cluster-test (moved)
	* python.old/bench-test (moved)
	* python.old/wscript_build (moved)
	* python/Makefile.am (deleted)
	* python/README.md (added)
	* python/a_weighting_test_simple.expected (moved)
	* python/aubio-types.h (moved)
	* python/aubio/Makefile.am (deleted)
	* python/aubio/__init__.py (modified)
	* python/aubioinput.py (moved)
	* python/aubiomodule.c (moved)
	* python/aubioproxy.c (moved)
	* python/aubiowraphell.h (moved)
	* python/build_linux (added)
	* python/build_osx (added)
	* python/c_weighting_test_simple.expected (moved)
	* python/demos/demo_beats_and_tempo.py (moved)
	* python/demos/demo_filterbank_slaney.py (moved)
	* python/demos/demo_filterbank_triangle_bands.py (moved)
	* python/demos/demo_onset_sinusoid.py (added)
	* python/demos/demo_pitch_sinusoid.py (added)
	* python/demos/demo_simple_robot_voice.py (added)
	* python/demos/demo_sink.py (moved)
	* python/demos/demo_sink_create_woodblock.py (added)
	* python/demos/demo_source.py (moved)
	* python/demos/demo_spectrogram.py (moved)
	* python/demos/demo_tss.py (moved)
	* python/gen_pyobject.py (moved)
	* python/generator.py (moved)
	* python/py-cvec.c (moved)
	* python/py-fft.c (moved)
	* python/py-filter.c (moved)
	* python/py-filterbank.c (moved)
	* python/py-phasevoc.c (moved)
	* python/run_all_tests (moved)
	* python/setup.py (moved)
	* python/tests/test_aubio.py (moved)
	* python/tests/test_cvec.py (moved)
	* python/tests/test_fft.py (moved)
	* python/tests/test_filter.py (moved)
	* python/tests/test_filterbank.py (moved)
	* python/tests/test_filterbank_mel.py (moved)
	* python/tests/test_fvec.py (moved)
	* python/tests/test_onset.py (moved)
	* python/tests/test_peakpicker.py (moved)
	* python/tests/test_phasevoc.py (moved)
	* python/tests/test_pitch.py (moved)
	* python/tests/test_source.py (moved)
	* python/tests/test_specdesc.py (moved)
	* sounds/Makefile.am (deleted)
	* src/Makefile.am (deleted)
	* src/aubio.h (modified)
	* src/io/sink.c (modified)
	* src/io/sink_apple_audio.c (modified)
	* src/io/source.c (modified)
	* src/io/source.h (modified)
	* src/io/source_apple_audio.c (modified)
	* src/io/source_apple_audio.h (modified)
	* src/io/source_sndfile.c (modified)
	* src/io/source_sndfile.h (modified)
	* src/tempo/beattracking.c (modified)
	* src/temporal/resampler.c (modified)
	* src/wscript_build (modified)
	* swig/Makefile.am (deleted)
	* swig/aubio.i (deleted)
	* swig/swig.py (deleted)
	* tests/Makefile.am (deleted)
	* tests/demo/bench/onset/Makefile.am (deleted)
	* tests/demo/bench/pitch/Makefile.am (deleted)
	* tests/src/Makefile.am (deleted)
	* tests/wscript_build (added)
	* waf (modified)
	* wscript (modified)

	merge from develop


Sun, 10 Feb 2013 01:47:37 GMT Paul Brossier <piem@piem.org> [26adcfb]
	* python/demos/demo_beats_and_tempo.py (moved)
	* python/demos/demo_onset_sinusoid.py (moved)
	* python/demos/demo_pitch_sinusoid.py (moved)
	* python/demos/demo_simple_robot_voice.py (moved)
	* python/demos/demo_sink.py (moved)
	* python/demos/demo_source.py (moved)
	* python/demos/demo_spectrogram.py (moved)
	* python/demos/demo_tss.py (moved)
	* python/tests/test_aubio.py (moved)
	* python/tests/test_cvec.py (moved)
	* python/tests/test_fft.py (moved)
	* python/tests/test_filter.py (moved)
	* python/tests/test_filterbank.py (moved)
	* python/tests/test_filterbank_mel.py (moved)
	* python/tests/test_fvec.py (moved)
	* python/tests/test_onset.py (moved)
	* python/tests/test_peakpicker.py (moved)
	* python/tests/test_phasevoc.py (moved)
	* python/tests/test_pitch.py (moved)
	* python/tests/test_source.py (moved)
	* python/tests/test_specdesc.py (moved)

	moved tests to subdirectory