# # ChangeLog for python # # Generated by Trac 1.2 # Jul 3, 2024, 2:06:19 AM Tue, 05 Mar 2013 03:50:50 GMT Paul Brossier [0d222ee] * python/ext/aubiomodule.c (modified) * python/ext/ufuncs.c (added) ext/ufuncs.c: add first ufunc, unwrap2pi Mon, 04 Mar 2013 19:58:09 GMT Paul Brossier [49505f7] * python/README.md (modified) README.md: update Mon, 04 Mar 2013 19:46:56 GMT Paul Brossier [164980f] * python/ext/aubio-types.h (moved) * python/ext/aubiomodule.c (moved) * python/ext/aubioproxy.c (moved) * python/ext/aubiowraphell.h (moved) * python/ext/py-cvec.c (moved) * python/ext/py-fft.c (moved) * python/ext/py-filter.c (moved) * python/ext/py-filterbank.c (moved) * python/ext/py-phasevoc.c (moved) * python/gen_pyobject.py (modified) * python/setup.py (modified) python/: move source files to ext/ Mon, 04 Mar 2013 19:28:17 GMT Paul Brossier [7a6521d] * python/aubio-types.h (modified) * python/aubiomodule.c (modified) aubiomodule.c: simplify includes Sun, 03 Mar 2013 21:27:17 GMT Paul Brossier [6514bb6] * python/aubiomodule.c (modified) * python/tests/test_mathutils.py (modified) aubiomodule.c: add unwrap2pi Sun, 03 Mar 2013 21:20:30 GMT Paul Brossier [6a50b9e] * python/aubiomodule.c (modified) * python/tests/test_mathutils.py (added) python/aubiomodule.c: add midi/bin/freq conversion Sun, 03 Mar 2013 20:40:00 GMT Paul Brossier [68d0492] * python/tests/test_scale.py (added) * tests/python/src/utils/scale.py (deleted) tests/python/src/utils/scale.py: replace with python/tests/test_scale.py Sun, 03 Mar 2013 20:33:29 GMT Paul Brossier [71ef9c2] * python/tests/filterbank_mfcc_16000_512.expected (moved) * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: added test against existing coeffs Sun, 03 Mar 2013 20:19:35 GMT Paul Brossier [5747081] * python/tests/c_weighting_test_simple_8000.expected (moved) * python/tests/test_filter.py (modified) * tests/python/src/temporal/c_weighting.py (deleted) tests/python/src/temporal/c_weighting.py: replaced by ... Sun, 03 Mar 2013 20:14:32 GMT Paul Brossier [ac9eea7] * python/tests/test_filterbank.py (modified) * tests/python/src/spectral/filterbank.py (deleted) tests/python/src/spectral/filterbank.py: replaced by ... Sun, 03 Mar 2013 19:13:59 GMT Paul Brossier [482586c] * python/env_linux (modified) python/env_linux: use latest build/lib.* directory Fri, 01 Mar 2013 20:05:24 GMT Paul Brossier [14fb15f] * python/setup.py (modified) setup.py: only link against frameworks on darwin Fri, 01 Mar 2013 18:25:29 GMT Paul Brossier [13ceb9d] * python/env_osx (modified) python/env_osx: use the most recently built folder Thu, 28 Feb 2013 18:39:19 GMT Paul Brossier [5132505] * python/build_linux (deleted) * python/env_linux (added) * python/env_osx (modified) python/env_linux: env only, absolute path Thu, 28 Feb 2013 18:37:22 GMT Paul Brossier [6be592a] * python/env_osx (modified) python/env_osx: env only, absolute path Thu, 28 Feb 2013 18:18:11 GMT Paul Brossier [cd6fc5a] * python/aubio-types.h (modified) * python/aubiomodule.c (modified) python/: remove NPY_NO_DEPRECATED_API to build anyway Tue, 26 Feb 2013 18:42:44 GMT Paul Brossier [8f177b7] * python/env_osx (moved) * python/tests/a_weighting_test_simple.expected (moved) * python/tests/c_weighting_test_simple.expected (moved) * python/tests/run_all_tests (moved) moved test scripts to tests Wed, 13 Feb 2013 17:12:52 GMT Paul Brossier [c11c549] * python/demos/demo_slicing.py (added) demos/demo_slicing.py: add simple slicing example Wed, 13 Feb 2013 03:58:38 GMT Paul Brossier [deb3d65] * python.old/aubiocut (deleted) * python/demos/aubiocut (added) demos/aubiocut: start moving aubiocut to new python Tue, 12 Feb 2013 19:08:51 GMT Paul Brossier [f36277c] * python/demos/demo_onset_file.py (modified) python/demos/demo_onset_file.py: also plot descriptor and thresholded ... Tue, 12 Feb 2013 09:43:32 GMT Paul Brossier [b0d5a48] * python/demos/demo_onset_file.py (modified) demos/demo_onset_file.py: remove old onsets Tue, 12 Feb 2013 09:42:50 GMT Paul Brossier [cf80e59] * python/demos/demo_onset_file.py (added) demos/demo_onset_file.py: added onset example Mon, 11 Feb 2013 21:31:37 GMT Paul Brossier [08bc714] * python/demos/demo_source_auto_samplerate.py (added) demo_source_auto_samplerate.py: add example of automatic samplerate ... Mon, 11 Feb 2013 16:43:55 GMT Paul Brossier [945e26d] * python/setup.py (modified) python/setup.py: parse version from VERSION, move _aubio to aubio/, ... Mon, 11 Feb 2013 10:06:28 GMT Paul Brossier [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 07:17:15 GMT Paul Brossier [f360ad8] * python/build_linux (modified) * python/run_all_tests (modified) build_linux: update path Sun, 10 Feb 2013 05:13:56 GMT Paul Brossier [87b0c03] * python/demos/demo_sink_create_woodblock.py (added) demos/demo_sink_create_woodblock.py: generate a woodblock like sound Sun, 10 Feb 2013 01:49:24 GMT Paul Brossier [ce12f3a] * python/demos/demo_filterbank_slaney.py (moved) * python/demos/demo_filterbank_triangle_bands.py (moved) moved demos to subdirectory Sun, 10 Feb 2013 01:47:37 GMT Paul Brossier [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 Sun, 10 Feb 2013 01:45:43 GMT Paul Brossier [985ec9e] * python/build_osx (modified) build_osx: fix path Sun, 10 Feb 2013 01:10:12 GMT Paul Brossier [25c9f9a] * python/README.md (moved) * python/a_weighting_test_simple.expected (moved) * python/aubio-types.h (moved) * python/aubio/__init__.py (moved) * python/aubioinput.py (moved) * python/aubiomodule.c (moved) * python/aubioproxy.c (moved) * python/aubiowraphell.h (moved) * python/build_linux (moved) * python/build_osx (moved) * python/c_weighting_test_simple.expected (moved) * python/demo_beats_and_tempo.py (moved) * python/demo_filterbank_slaney.py (moved) * python/demo_filterbank_triangle_bands.py (moved) * python/demo_onset_sinusoid.py (moved) * python/demo_pitch_sinusoid.py (moved) * python/demo_simple_robot_voice.py (moved) * python/demo_sink.py (moved) * python/demo_source.py (moved) * python/demo_spectrogram.py (moved) * python/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/test_aubio.py (moved) * python/test_cvec.py (moved) * python/test_fft.py (moved) * python/test_filter.py (moved) * python/test_filterbank.py (moved) * python/test_filterbank_mel.py (moved) * python/test_fvec.py (moved) * python/test_onset.py (moved) * python/test_peakpicker.py (moved) * python/test_phasevoc.py (moved) * python/test_pitch.py (moved) * python/test_source.py (moved) * python/test_specdesc.py (moved) move new python module to the top Sun, 10 Feb 2013 01:03:21 GMT Paul Brossier [b554e41] * python.old/README (moved) * python.old/aubio/__init__.py (moved) * 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) moved out old python interface Sat, 09 Feb 2013 21:04:11 GMT Paul Brossier [9d123e9] * Makefile.am (deleted) * NEWS (deleted) * bootstrap (deleted) * configure.ac (deleted) * doc/Makefile.am (deleted) * examples/Makefile.am (deleted) * python/Makefile.am (deleted) * python/aubio/Makefile.am (deleted) * sounds/Makefile.am (deleted) * src/Makefile.am (deleted) * swig/Makefile.am (deleted) * tests/Makefile.am (deleted) * tests/demo/bench/onset/Makefile.am (deleted) * tests/demo/bench/pitch/Makefile.am (deleted) * tests/src/Makefile.am (deleted) remove autotools Mon, 09 Jul 2012 23:06:11 GMT Paul Brossier [d41bc4d] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * python/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript, **/wscript_build: use ctx to match latest waf docs Mon, 09 Jul 2012 22:37:57 GMT Paul Brossier [f4493f4] * python/wscript_build (modified) python/wscript_build: update Mon, 09 Jul 2012 22:36:48 GMT Paul Brossier [6017f94] * python/aubio/wscript_build (modified) python/aubio: update Mon, 26 Sep 2011 06:21:00 GMT Paul Brossier [46378b3] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript: update to waf 1.6.7 Mon, 02 May 2011 10:35:24 GMT Paul Brossier [42515ac] * python/aubio/plot/keyboard.py (modified) python/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan Wed, 14 Apr 2010 15:36:49 GMT Paul Brossier [8d1323b] * python/aubio/aubioclass.py (modified) * python/aubio/task/onset.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/task.py (modified) python/aubio: more changes for mono Thu, 05 Nov 2009 23:08:21 GMT Paul Brossier [2359cbd] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * wscript (modified) wscript: factorise build of extra source files Tue, 03 Nov 2009 17:23:04 GMT Paul Brossier [31907fd] * python/aubio/aubioclass.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/spectral/specdesc.c (moved) * src/spectral/specdesc.h (moved) * src/tempo/tempo.c (modified) * tests/src/test-onsetdetection.c (modified) src/spectral/specdesc.{c,h}: rename aubio_onsetdetection to ... Mon, 26 Oct 2009 02:30:40 GMT Paul Brossier [20d8266] * python/aubio/__init__.py (modified) * python/aubio/gnuplot.py (modified) * python/aubio/median.py (modified) * python/aubio/onsetcompare.py (modified) * python/aubio/plot/notes.py (modified) * python/aubio/txtfile.py (modified) * python/aubiocompare-onset (modified) * python/aubiodiffs-onset (modified) python: more update headers to GPLv3 Mon, 19 Oct 2009 08:51:59 GMT Paul Brossier [ca1abdd] * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/pitch.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/pitch/pitch.c (moved) * src/pitch/pitch.h (moved) * swig/aubio.i (modified) * tests/python/src/pitch/pitchdetection.py (modified) * tests/src/Makefile.am (modified) * tests/src/test-pitchdetection.c (modified) rename aubio_pitchdetection to aubio_pitch Sun, 18 Oct 2009 13:20:00 GMT Paul Brossier [9f07d52] * python/aubio/aubioclass.py (modified) python/aubio/aubioclass.py: update peakpicker usage Fri, 16 Oct 2009 22:43:00 GMT Paul Brossier [740f06b] * Makefile.am (modified) * configure.ac (modified) * examples/Makefile.am (modified) * examples/jackio.c (moved) * examples/jackio.h (moved) * examples/sndfileio.c (moved) * examples/sndfileio.h (moved) * examples/utils.h (modified) * examples/wscript_build (modified) * ext/Makefile.am (deleted) * ext/aubioext.h (deleted) * ext/wscript_build (deleted) * python/aubio/Makefile.am (modified) * python/aubio/wscript_build (modified) * swig/aubio.i (modified) * tests/README.tests (moved) * tests/python/examples/aubiopitch/yinfft.16568__acclivity__TwoCows.wav.txt (moved) * tests/src/test-phasevoc-jack.c (modified) * wscript (modified) ext/, examples/, swig/, python/, tests/: remove libaubioext, make ... Fri, 16 Oct 2009 17:40:32 GMT Paul Brossier [3ca6155] * python/aubio/Makefile.am (modified) python/aubio: utils.py removed Thu, 15 Oct 2009 18:46:32 GMT Paul Brossier [515c7b2] * python/aubio/task/__init__.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/onset.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/utils.py (deleted) python/: remove task.utils, not used anymore Thu, 15 Oct 2009 16:54:23 GMT Paul Brossier [fe163ad] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/params.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/utils.py (modified) * python/aubiopitch (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * swig/aubio.i (modified) * tests/src/test-pitchdetection.c (modified) src/pitch: use a string to set pitch method, add a new function to ... Thu, 15 Oct 2009 15:09:34 GMT Paul Brossier [b4f5967] * examples/aubiotrack.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubioonset~.c (modified) * plugins/puredata/aubiotempo~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * swig/aubio.i (modified) * tests/src/test-onset.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-tempo.c (modified) src/onset: use a string to set onset mode, keeping onset types enum ... Thu, 08 Oct 2009 18:59:23 GMT Paul Brossier [3027c6e] * python/aubio/aubioclass.py (modified) * python/aubio/task/pitch.py (modified) python/aubio: update to latest pitch prototypes Wed, 07 Oct 2009 20:58:25 GMT Paul Brossier [01b8fcc] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * plugins/puredata/aubioonset~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-onsetdetection.c (modified) src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do Wed, 07 Oct 2009 17:33:51 GMT Paul Brossier [1294862] * examples/aubionotes.c (modified) * python/aubio/aubioclass.py (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) * swig/aubio.i (modified) src/pitch/: change all _detect prototypes to _do Tue, 06 Oct 2009 15:04:45 GMT Paul Brossier [a9e27e4] * python/aubio/task/onset.py (modified) python/aubio/task/onset.py: isonset > 0., not == 1 Tue, 06 Oct 2009 15:04:18 GMT Paul Brossier [b07ff1e] * python/aubio/aubioclass.py (modified) python/aubio/aubioclass.py: update peakpicker class Sat, 26 Sep 2009 04:34:28 GMT Paul Brossier [e7a7794] * python/aubio/onsetcompare.py (modified) * python/aubio/plot/notes.py (modified) * python/aubiodiffs-onset (modified) * python/aubiofilter-notes (modified) * python/aubionotes (modified) * python/aubioplot-notes (modified) * python/aubioweb.py (modified) python: finish getting rid of numarray Fri, 25 Sep 2009 23:55:27 GMT Paul Brossier [634d238] * python/aubio/aubioclass.py (modified) python/aubio/aubioclass.py: print filename of file that failed opening Fri, 25 Sep 2009 23:42:52 GMT Paul Brossier [5f23f66] * python/aubio/bench/onset.py (modified) * python/aubio/plot/notes.py (modified) * python/aubio/task/beat.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/onset.py (modified) * python/aubio/task/pitch.py (modified) * python/aubioplot-yinfft (modified) python/aubio: use Gnuplot.Data with_ keywords, with is a reserved ... Fri, 25 Sep 2009 23:40:44 GMT Paul Brossier [55ed67a] * python/aubio/gnuplot.py (modified) python/aubio/gnuplot.py: use numpy, not numarray (debian #478438) Fri, 25 Sep 2009 23:10:55 GMT Paul Brossier [707c30e] * python/aubio/task/notes.py (modified) python/aubio/task/notes.py: remove useless import of numarray (debian ... Fri, 25 Sep 2009 23:09:50 GMT Paul Brossier [fcacd88] * python/aubio/task/onset.py (modified) python/aubio/task/onset.py: use numarray, not numpy (debian #478438) Wed, 23 Sep 2009 17:47:16 GMT Paul Brossier [000b090] * cpp/wscript_build (added) * examples/wscript_build (added) * ext/wscript_build (added) * plugins/puredata/wscript_build (added) * python/aubio/wscript_build (added) * python/wscript_build (added) * src/wscript_build (added) * swig/swig.py (added) * wscript (added) use waf as new build system Fri, 16 May 2008 00:18:26 GMT Paul Brossier [13e23b8] * python/aubio/Makefile.am (modified) python/aubio/Makefile.am: simplify using nobase Mon, 11 Feb 2008 14:02:37 GMT Paul Brossier [d0dbc56] * python/aubio/Makefile.am (modified) python/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it ... Wed, 21 Nov 2007 11:02:28 GMT Paul Brossier [862d78f] * examples/utils.c (modified) * python/aubio/task/utils.py (modified) utils.c, utils.py: add specflux onset function Wed, 21 Nov 2007 10:26:57 GMT Paul Brossier [2a00568] * python/aubio/aubioclass.py (modified) * swig/aubio.i (modified) aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free ... Thu, 01 Nov 2007 14:14:29 GMT Paul Brossier [cea30b8] * python/aubio/aubioclass.py (modified) aubioclass.py: make sndfile raise error if file not opened, do not ... Tue, 30 Oct 2007 02:00:22 GMT Paul Brossier [de2a8af] * .bzrignore (added) * configure.ac (modified) * examples/Makefile.am (modified) * python/test/list_missing_tests (deleted) * tests/list_missing_python_tests (added) * tests/python/aubiomodule.py (moved) * tests/python/bench/onset/Makefile.am (moved) * tests/python/bench/onset/bench-delay (moved) * tests/python/bench/onset/bench-onset (moved) * tests/python/bench/onset/bench-window (moved) * tests/python/bench/pitch/Makefile.am (moved) * tests/python/bench/pitch/bench-pitch-isolated (moved) * tests/python/bench/pitch/bench-pitch-plot-isolated (moved) * tests/python/bench/tempo/demo-tempo (moved) * tests/python/bench/tempo/demo-tempo-acf (moved) * tests/python/cvec.py (moved) * tests/python/fvec.py (moved) * tests/python/run_all_tests (moved) * tests/src/Makefile.am (moved) * tests/src/test-beattracking.c (moved) * tests/src/test-biquad.c (moved) * tests/src/test-fft.c (moved) * tests/src/test-filter.c (moved) * tests/src/test-hist.c (moved) * tests/src/test-mfft.c (moved) * tests/src/test-onset.c (moved) * tests/src/test-onsetdetection.c (moved) * tests/src/test-peakpick.c (moved) * tests/src/test-phasevoc-jack.c (moved) * tests/src/test-phasevoc.c (moved) * tests/src/test-pitchdetection.c (moved) * tests/src/test-pitchfcomb.c (moved) * tests/src/test-pitchmcomb.c (moved) * tests/src/test-pitchschmitt.c (moved) * tests/src/test-pitchyin.c (moved) * tests/src/test-pitchyinfft.c (moved) * tests/src/test-resample.c (moved) * tests/src/test-sample.c (moved) * tests/src/test-scale.c (moved) * tests/src/test-tempo.c (moved) * tests/src/test-tss.c (moved) * tests/src/test-window.c (moved) move python/tests to tests/python, examples/tests to tests/src, add ... Thu, 25 Oct 2007 02:00:15 GMT Paul Brossier [97525e4] * python/test/run_all_tests (moved) renamed run_all_tests script Wed, 17 Oct 2007 16:17:59 GMT Paul Brossier [6bec1ed] * python/test/list_missing_tests (added) list_missing_tests: add script to get the list of missing test files Mon, 17 Sep 2007 01:01:29 GMT Paul Brossier [203c551] * python/test/all_tests.py (modified) * python/test/cvec.py (added) * python/test/fvec.py (added) added simple tests for fvec and cvec Mon, 17 Sep 2007 00:34:47 GMT Paul Brossier [b29565c] * python/test/all_tests.py (modified) python/test: added simple python unit test model Mon, 17 Sep 2007 00:34:13 GMT Paul Brossier [229ea56] * python/test/all_tests.py (added) * python/test/aubiomodule.py (added) python/test: added simple python unit test model Wed, 18 Apr 2007 15:51:10 GMT Paul Brossier [05468516] * python/aubio/aubioclass.py (modified) aubioclass.py: fix indentation Tue, 10 Oct 2006 16:38:13 GMT Paul Brossier [1569224] * python/aubio/Makefile.am (modified) install aubiowrapper.py only once and in pkgpython install ... Sat, 07 Oct 2006 21:19:35 GMT Paul Brossier [042e095] * python/README (modified) define PYTHONPATH in python/README define PYTHONPATH in python/README Sat, 07 Oct 2006 21:15:53 GMT Paul Brossier [1566886] * python/aubiocut (modified) * python/aubiopitch (modified) makes aubiocut and aubiopitch verbose by default, not quiet makes ... Thu, 05 Oct 2006 12:01:07 GMT Paul Brossier [f33fec1] * python/aubio/Makefile.am (modified) link to libpython on windows, remove useless .libs, remove -no- ... Sun, 01 Oct 2006 15:11:49 GMT Paul Brossier [32c0133] * python/aubio/Makefile.am (modified) link against python dll on windows link against python dll on windows Fri, 29 Sep 2006 22:34:14 GMT Paul Brossier [19bc85a] * python/aubio/Makefile.am (modified) remove useless flags in python Makefile remove useless flags in ... Fri, 29 Sep 2006 14:57:54 GMT Paul Brossier [366f811] * python/aubio/txtfile.py (modified) add support for text file from stdin add support for text file from stdin Fri, 29 Sep 2006 14:18:53 GMT Paul Brossier [be929a5] * configure.ac (modified) * plugins/puredata/Makefile.am (modified) * python/aubio/Makefile.am (modified) use os conditionals, update python swig and puredata external ... Fri, 29 Sep 2006 12:16:50 GMT Paul Brossier [b9f5dbf] * python/aubio/task/beat.py (modified) fix beat task output fix beat task output Tue, 05 Sep 2006 16:34:54 GMT Paul Brossier [9c3b696] * python/test/bench/tempo/demo-tempo-acf (modified) fix signal buffer size for demo-tempo-acf fix signal buffer size for ... Tue, 05 Sep 2006 16:34:13 GMT Paul Brossier [5ce98d8] * python/aubiopitch (modified) use omode in aubiopitch use omode in aubiopitch Tue, 05 Sep 2006 16:33:28 GMT Paul Brossier [c2f3981] * python/aubio/task/beat.py (modified) add beat p-score evaluation add beat p-score evaluation Tue, 05 Sep 2006 16:32:20 GMT Paul Brossier [e81c045] * python/aubio/gnuplot.py (modified) fix gnuplot_create without options, add envelope draft, remove ... Thu, 10 Aug 2006 14:34:17 GMT Paul Brossier [dbd19ea] * python/test/bench/tempo/demo-tempo (modified) * python/test/bench/tempo/demo-tempo-acf (modified) update demo-tempo to new gnuplot functions, fix audio yrange for -acf ... Wed, 02 Aug 2006 15:55:02 GMT Paul Brossier [33cf541] * python/aubio/gnuplot.py (modified) * python/aubioplot-audio (modified) * python/aubioplot-spec (modified) use options structure for plot_audio plot_spec use options structure ... Wed, 02 Aug 2006 15:25:09 GMT Paul Brossier [0ab19df] * python/aubio/gnuplot.py (modified) * python/aubioplot-audio (modified) * python/aubioplot-spec (modified) factorise gnuplot_create options, update aubioplot-spec/audio ... Wed, 02 Aug 2006 14:55:29 GMT Paul Brossier [32fa8e8] * python/aubio/gnuplot.py (modified) reuse downsample_audio in make_audio_plot reuse downsample_audio in ... Wed, 02 Aug 2006 14:48:20 GMT Paul Brossier [5ed9133] * python/aubio/gnuplot.py (modified) remove obsolete gnuplot_init remove obsolete gnuplot_init Wed, 02 Aug 2006 14:46:50 GMT Paul Brossier [e5cc1ea] * python/aubio/gnuplot.py (modified) * python/aubioplot-audio (modified) * python/aubioplot-spec (modified) pass created plot to plot_audio/spec instead of outplot/extension, ... Wed, 02 Aug 2006 14:39:38 GMT Paul Brossier [90bcdaa] * python/aubioplot-audio (modified) make xsize and ysize floats in aubioplot-audio make xsize and ysize ... Wed, 02 Aug 2006 11:24:50 GMT Paul Brossier [9bb8151] * python/aubio/gnuplot.py (modified) * python/aubioplot-audio (modified) use gnuplot_create in plot_audio use gnuplot_create in plot_audio Wed, 02 Aug 2006 11:23:43 GMT Paul Brossier [778bc7a] * python/aubio/gnuplot.py (modified) if spectrum shorter than 1 second, use ms not s if spectrum shorter ... Wed, 02 Aug 2006 11:21:46 GMT Paul Brossier [e638bcf] * python/aubio/gnuplot.py (modified) * python/aubioplot-spec (modified) add buffer and hosize options to aubioplot-spec, use 10000 as default ... Fri, 28 Jul 2006 14:55:40 GMT Paul Brossier [aa3637a] * python/test/bench/tempo/demo-tempo (added) * python/test/bench/tempo/demo-tempo-acf (added) add demo-tempo scripts add demo-tempo scripts Fri, 28 Jul 2006 13:08:51 GMT Paul Brossier [742c9b8] * python/test/bench/pitch/bench-pitch-plot-isolated (added) add bench-pitch-plot-isolated add bench-pitch-plot-isolated Thu, 27 Jul 2006 19:52:56 GMT Paul Brossier [4b4e6ae] * python/aubioplot-yinfft (added) add aubioplot-yinfft add aubioplot-yinfft Thu, 27 Jul 2006 19:27:20 GMT Paul Brossier [36dfbc6] * python/aubioplot-spec (added) add aubioplot-spec add aubioplot-spec