#
# ChangeLog for python
#
# Generated by Trac 1.2
# Apr 28, 2025, 2:13:36 AM

Mon, 09 Jul 2012 23:06:11 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [f4493f4]
	* python/wscript_build (modified)

	python/wscript_build: update


Mon, 09 Jul 2012 22:36:48 GMT Paul Brossier <piem@piem.org> [6017f94]
	* python/aubio/wscript_build (modified)

	python/aubio: update


Mon, 26 Sep 2011 06:21:00 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [9f07d52]
	* python/aubio/aubioclass.py (modified)

	python/aubio/aubioclass.py: update peakpicker usage


Fri, 16 Oct 2009 22:43:00 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [3ca6155]
	* python/aubio/Makefile.am (modified)

	python/aubio: utils.py removed


Thu, 15 Oct 2009 18:46:32 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [b07ff1e]
	* python/aubio/aubioclass.py (modified)

	python/aubio/aubioclass.py: update peakpicker class


Sat, 26 Sep 2009 04:34:28 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [13e23b8]
	* python/aubio/Makefile.am (modified)

	python/aubio/Makefile.am: simplify using nobase


Mon, 11 Feb 2008 14:02:37 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [97525e4]
	* python/test/run_all_tests (moved)

	renamed run_all_tests script


Wed, 17 Oct 2007 16:17:59 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [05468516]
	* python/aubio/aubioclass.py (modified)

	aubioclass.py: fix indentation


Tue, 10 Oct 2006 16:38:13 GMT Paul Brossier <piem@altern.org> [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 <piem@altern.org> [042e095]
	* python/README (modified)

	define PYTHONPATH in python/README
	define PYTHONPATH in python/README


Sat, 07 Oct 2006 21:15:53 GMT Paul Brossier <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [5ce98d8]
	* python/aubiopitch (modified)

	use omode in aubiopitch
	use omode in aubiopitch


Tue, 05 Sep 2006 16:33:28 GMT Paul Brossier <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [5ed9133]
	* python/aubio/gnuplot.py (modified)

	remove obsolete gnuplot_init
	remove obsolete gnuplot_init


Wed, 02 Aug 2006 14:46:50 GMT Paul Brossier <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [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 <piem@altern.org> [4b4e6ae]
	* python/aubioplot-yinfft (added)

	add aubioplot-yinfft
	add aubioplot-yinfft


Thu, 27 Jul 2006 19:27:20 GMT Paul Brossier <piem@altern.org> [36dfbc6]
	* python/aubioplot-spec (added)

	add aubioplot-spec
	add aubioplot-spec


Wed, 26 Jul 2006 17:03:04 GMT Paul Brossier <piem@altern.org> [da5edf3]
	* python/aubioplot-audio (added)

	add aubioplot-audio
	add aubioplot-audio


Thu, 13 Jul 2006 13:49:32 GMT Paul Brossier <piem@altern.org> [bf8e134]
	* python/aubiopitch (modified)

	add xsize and ysize plot options in aubiopitch
	add xsize and ysize ...


Thu, 13 Jul 2006 13:48:24 GMT Paul Brossier <piem@altern.org> [470a772]
	* python/aubio/task/onset.py (modified)
	* python/aubio/task/pitch.py (modified)

	fix timelines and plot sizes in onset and pitch
	fix timelines and ...


Mon, 12 Jun 2006 12:54:47 GMT Paul Brossier <piem@altern.org> [cf34922]
	* python/aubio/task/cut.py (modified)

	use os.path in task.cut to derive default output filenames
	use ...


Sat, 03 Jun 2006 19:55:57 GMT Paul Brossier <piem@altern.org> [6ff2870]
	* examples/Makefile.am (modified)
	* examples/tests/Makefile.am (modified)
	* ext/Makefile.am (modified)
	* plugins/puredata/Makefile.am (modified)
	* python/aubio/Makefile.am (modified)

	use top_{build,src}dir instead of ../
	use top_{build,src}dir instead ...


Sat, 03 Jun 2006 16:00:13 GMT Paul Brossier <piem@altern.org> [78e1c18]
	* python/aubio/Makefile.am (modified)

	avoid overwriting CFLAGS in python/aubio/Makefile.am
	avoid ...


Fri, 02 Jun 2006 17:23:29 GMT Paul Brossier <piem@altern.org> [14aae81]
	* python/aubio/task/beat.py (modified)
	* python/aubiocut (modified)

	ugly hack to plot beat track anyway
	ugly hack to plot beat track anyway


Fri, 02 Jun 2006 17:11:24 GMT Paul Brossier <piem@altern.org> [6b0ca87]
	* python/aubio/task/beat.py (modified)

	task beat() output seconds
	task beat() output seconds


Sat, 27 May 2006 00:15:58 GMT Paul Brossier <piem@altern.org> [ae3f5af]
	* VERSION (modified)
	* python/aubio/plot/__init__.py (added)
	* python/aubio/plot/keyboard.py (added)
	* python/aubio/plot/notes.py (added)
	* python/aubio/task/__init__.py (added)
	* python/aubio/task/notes.py (added)

	last 0.3.0 changes
	last 0.3.0 changes


Thu, 18 May 2006 21:24:54 GMT Paul Brossier <piem@altern.org> [1ab7d54]
	* python/aubiopitch (modified)

	correct default block size in aubiopitch
	correct default block size ...


Thu, 18 May 2006 10:50:20 GMT Paul Brossier <piem@altern.org> [6e35163]
	* python/aubiocut (modified)

	update default aubiocut threshold
	update default aubiocut threshold


Thu, 18 May 2006 10:30:02 GMT Paul Brossier <piem@altern.org> [bab3161]
	* python/aubio/bench/onset.py (modified)

	remove /usr/bin/python header
	remove /usr/bin/python header


Thu, 18 May 2006 10:29:20 GMT Paul Brossier <piem@altern.org> [9bf3831]
	* python/aubiocut (modified)

	update dcthreshold
	update dcthreshold


Thu, 18 May 2006 10:28:05 GMT Paul Brossier <piem@altern.org> [37541b9]
	* python/Makefile.am (modified)
	* python/aubio/Makefile.am (modified)

	fix python Makefiles
	fix python Makefiles


Wed, 17 May 2006 09:19:56 GMT Paul Brossier <piem@altern.org> [ba11e53]
	* python/aubio/task/beat.py (modified)
	* python/aubio/task/task.py (modified)

	beat should be fixed, add comments about
	beat should be fixed, add ...


Wed, 17 May 2006 09:18:56 GMT Paul Brossier <piem@altern.org> [9b138a8]
	* python/aubio/gnuplot.py (modified)
	* python/aubio/task/onset.py (modified)
	* python/aubiocut (modified)

	add spectrogram and x/y sizes to aubiocut
	add spectrogram and x/y ...


Wed, 17 May 2006 09:14:33 GMT Paul Brossier <piem@altern.org> [08f6688]
	* python/aubio/aubioclass.py (modified)

	fixes dcthreshold
	fixes dcthreshold


Sun, 07 May 2006 15:46:51 GMT Paul Brossier <piem@altern.org> [5cc94db]
	* python/test/bench/pitch/bench-pitch-isolated (modified)

	print per note results
	print per note results


Sun, 07 May 2006 15:42:43 GMT Paul Brossier <piem@altern.org> [da6d9af]
	* python/aubio/gnuplot.py (modified)

	add x/ysize to plot_aubio/spec, move spec to db scale, add zoffset, ...


Fri, 05 May 2006 08:16:40 GMT Paul Brossier <piem@altern.org> [cadf07b]
	* python/aubio/aubioclass.py (modified)

	update indentation
	update indentation


Fri, 05 May 2006 08:10:22 GMT Paul Brossier <piem@altern.org> [80149a1]
	* python/test/bench/onset/bench-window (modified)

	update imports in bench-window
	update imports in bench-window


Fri, 05 May 2006 08:07:47 GMT Paul Brossier <piem@altern.org> [dfe0d360]
	* python/test/bench/onset/bench-delay (modified)

	update imports in bench-delay
	update imports in bench-delay


Thu, 04 May 2006 15:03:58 GMT Paul Brossier <piem@altern.org> [3e29681]
	* python/aubiopitch (modified)

	update aubiopitch options
	update aubiopitch options


Thu, 04 May 2006 15:02:33 GMT Paul Brossier <piem@altern.org> [45fcbb8]
	* python/aubio/task/onset.py (modified)

	update onset plot
	update onset plot


Thu, 04 May 2006 15:02:01 GMT Paul Brossier <piem@altern.org> [fb8bde7]
	* python/aubio/task/pitch.py (modified)

	update pitch plot
	update pitch plot


Thu, 20 Apr 2006 12:51:40 GMT Paul Brossier <piem@altern.org> [b965fb1]
	* python/test/bench/pitch/bench-pitch-isolated (moved)

	update bench-pitch-isolated
	update bench-pitch-isolated


Thu, 20 Apr 2006 12:49:55 GMT Paul Brossier <piem@altern.org> [e31ac284]
	* python/test/bench/pitch/Makefile.am (modified)

	update pitch bench makefile
	update pitch bench makefile


Thu, 20 Apr 2006 12:47:39 GMT Paul Brossier <piem@altern.org> [9bec8fe]
	* python/aubio/task/beat.py (modified)

	first draft for beat evaluation
	first draft for beat evaluation


Thu, 20 Apr 2006 12:46:42 GMT Paul Brossier <piem@altern.org> [4798fdf]
	* python/aubio/task/params.py (modified)
	* python/aubio/task/pitch.py (modified)
	* python/aubiopitch (modified)

	update params and pitch
	update params and pitch


Tue, 21 Mar 2006 22:59:17 GMT Paul Brossier <piem@altern.org> [650e39b]
	* plugins/puredata/aubiopitch~.c (modified)
	* python/aubio/task/pitch.py (modified)
	* python/aubio/task/utils.py (modified)
	* python/aubiopitch (modified)
	* src/Makefile.am (modified)
	* src/pitchdetection.c (modified)
	* src/pitchdetection.h (modified)
	* src/pitchyinfft.c (added)
	* src/pitchyinfft.h (added)
	* swig/aubio.i (modified)

	add yinfft method, make it default for pd plugin
	add yinfft method, ...


Tue, 21 Mar 2006 22:39:48 GMT Paul Brossier <piem@altern.org> [4994ebb]
	* python/test/bench/pitch/Makefile.am (modified)

	update pitch bench makefile
	update pitch bench makefile


Tue, 21 Mar 2006 22:37:18 GMT Paul Brossier <piem@altern.org> [9abd0f3]
	* python/aubio/task/params.py (modified)

	update default parameters
	update default parameters


Tue, 21 Mar 2006 22:35:27 GMT Paul Brossier <piem@altern.org> [807f029]
	* python/test/bench/pitch/bench-pitch (modified)

	update bench-pitch
	update bench-pitch