#
# ChangeLog for python
#
# Generated by Trac 1.2
# Apr 11, 2025, 6:22:37 PM

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


Thu, 16 Mar 2006 16:00:39 GMT Paul Brossier <piem@altern.org> [2e2bfff]
	* python/test/bench/onset/bench-onset (modified)

	change delay from 3 to 5
	change delay from 3 to 5


Thu, 16 Mar 2006 15:59:14 GMT Paul Brossier <piem@altern.org> [ac4f38e]
	* python/aubio/bench/onset.py (modified)

	add bufsize, hopsize and time to bench.onset
	add bufsize, hopsize ...


Thu, 16 Mar 2006 15:58:01 GMT Paul Brossier <piem@altern.org> [e54a8ea]
	* python/aubio/task/task.py (modified)

	update task.time
	update task.time


Thu, 16 Mar 2006 15:57:24 GMT Paul Brossier <piem@altern.org> [4dd235f]
	* python/aubio/aubioclass.py (modified)

	aubioclass: yinthres support
	aubioclass: yinthres support


Thu, 16 Mar 2006 15:56:02 GMT Paul Brossier <piem@altern.org> [e2b1bda]
	* python/aubio/task/params.py (modified)

	add pitch buf, hop and yinthresh, no smoothing
	add pitch buf, hop ...


Thu, 16 Mar 2006 15:52:50 GMT Paul Brossier <piem@altern.org> [83376e9]
	* python/aubio/task/pitch.py (modified)

	update task.pitch.{eval,plot}
	update task.pitch.{eval,plot}


Thu, 16 Mar 2006 15:51:46 GMT Paul Brossier <piem@altern.org> [9610f0a]
	* python/aubiopitch (modified)

	optional plotting
	optional plotting


Sun, 05 Mar 2006 03:21:16 GMT Paul Brossier <piem@altern.org> [5d1c070]
	* python/aubio/bench/node.py (modified)
	* python/aubio/task/pitch.py (modified)
	* python/test/bench/pitch/bench-pitch (modified)

	updated to new bench-pitch, fixed gettruth
	updated to new ...


Fri, 03 Mar 2006 06:11:52 GMT Paul Brossier <piem@altern.org> [43938de]
	* python/aubio/bench/node.py (modified)
	* python/aubio/bench/onset.py (moved)
	* python/aubio/task/onset.py (modified)
	* python/test/bench/onset/bench-onset (modified)
	* python/test/bench/pitch/bench-pitch (modified)

	move benchonset to aubio.bench
	move benchonset to aubio.bench


Fri, 03 Mar 2006 05:57:50 GMT Paul Brossier <piem@altern.org> [13c3fba]
	* python/aubio/task/beat.py (added)
	* python/aubio/task/cut.py (added)
	* python/aubio/task/onset.py (added)
	* python/aubio/task/params.py (added)
	* python/aubio/task/pitch.py (added)
	* python/aubio/task/silence.py (added)
	* python/aubio/task/task.py (added)
	* python/aubio/task/utils.py (added)
	* python/aubio/tasks.py (deleted)
	* python/aubiocut (modified)
	* python/aubiopitch (modified)

	splitting up tasks in many files
	splitting up tasks in many files


Fri, 03 Mar 2006 05:41:24 GMT Paul Brossier <piem@altern.org> [c7713b2]
	* python/aubio/aubioclass.py (modified)

	update aubioclass cvec
	update aubioclass cvec


Fri, 03 Mar 2006 05:39:21 GMT Paul Brossier <piem@altern.org> [cafb00a]
	* python/test/bench/onset/bench-onset (modified)
	* python/test/bench/pitch/Makefile.am (modified)
	* python/test/bench/pitch/bench-pitch (modified)

	update to last bench-onset, bench-pitch
	update to last bench-onset, ...


Thu, 02 Mar 2006 18:43:33 GMT Paul Brossier <piem@altern.org> [d45d118]
	* python/aubio/web/html.py (modified)

	web: use multiple pitch methods
	web: use multiple pitch methods


Thu, 02 Mar 2006 18:42:37 GMT Paul Brossier <piem@altern.org> [1944aaf]
	* python/aubio/tasks.py (modified)

	taskpitch: limit frequency range and delay, update gettruth ...


Thu, 02 Mar 2006 18:40:45 GMT Paul Brossier <piem@altern.org> [7538ac5]
	* python/aubio/gnuplot.py (modified)

	remove useless multiple plot and title to plot_spec
	remove useless ...


Wed, 01 Mar 2006 03:21:59 GMT Paul Brossier <piem@altern.org> [1e3089c]
	* python/aubio/gnuplot.py (modified)
	* python/aubio/tasks.py (modified)

	remove old plot_pitch, plot_onset and getonsets, cutfile, getpitch ...


Wed, 01 Mar 2006 03:18:18 GMT Paul Brossier <piem@altern.org> [0fe9aab]
	* python/aubiopitch (modified)

	simplify aubiopitch
	simplify aubiopitch


Wed, 01 Mar 2006 03:17:34 GMT Paul Brossier <piem@altern.org> [300adc3]
	* python/aubio/tasks.py (modified)

	update taskpitch, use oplots instead of gnuplot
	update taskpitch, ...


Wed, 01 Mar 2006 03:15:54 GMT Paul Brossier <piem@altern.org> [0484dc1]
	* python/aubio/median.py (modified)

	use a copy for the median
	use a copy for the median


Wed, 01 Mar 2006 03:15:06 GMT Paul Brossier <piem@altern.org> [dcc8d90]
	* python/aubio/aubioclass.py (modified)

	fix norm in aubioclass
	fix norm in aubioclass


Wed, 01 Mar 2006 03:14:08 GMT Paul Brossier <piem@altern.org> [431e9d8]
	* python/aubio/gnuplot.py (modified)

	add spectrogram plot
	add spectrogram plot


Sun, 26 Feb 2006 17:37:05 GMT Paul Brossier <piem@altern.org> [d3efa4e]
	* python/test/bench/onset/Makefile.am (modified)

	added missing solo_brass
	added missing solo_brass


Sun, 26 Feb 2006 17:35:16 GMT Paul Brossier <piem@altern.org> [83ff0ab]
	* python/aubiocut (modified)

	updated aubiocut to new tasks, added option to print and plot only ...


Sun, 26 Feb 2006 17:34:08 GMT Paul Brossier <piem@altern.org> [84e80a1]
	* python/aubio/tasks.py (modified)

	added support for dcthres and verbose, moved task.step to ...


Sun, 26 Feb 2006 17:31:01 GMT Paul Brossier <piem@altern.org> [ea98179]
	* python/aubio/bench/node.py (modified)

	added missing import
	added missing import


Sun, 26 Feb 2006 17:29:23 GMT Paul Brossier <piem@altern.org> [897b455]
	* python/aubio/aubioclass.py (modified)

	added support for dcthreshold
	added support for dcthreshold


Thu, 23 Feb 2006 02:28:35 GMT Paul Brossier <piem@altern.org> [ee7b9da]
	* python/test/bench/pitch/bench-pitch (modified)

	new bench-pitch
	new bench-pitch


Thu, 23 Feb 2006 02:23:30 GMT Paul Brossier <piem@altern.org> [6ae3a77]
	* python/test/bench/onset/bench-delay (modified)
	* python/test/bench/onset/bench-onset (modified)
	* python/test/bench/onset/bench-window (modified)
	* python/test/bench/onset/benchonset.py (modified)

	update onset bench
	update onset bench


Thu, 23 Feb 2006 02:20:50 GMT Paul Brossier <piem@altern.org> [a12563ea]
	* python/test/bench/onset/Makefile.am (modified)
	* python/test/bench/pitch/Makefile.am (modified)

	update Makefiles
	update Makefiles


Thu, 23 Feb 2006 02:16:06 GMT Paul Brossier <piem@altern.org> [2d975cf]
	* python/aubio/web/html.py (modified)

	fix draw_sound, remove hardcoded params for draw_pitch
	fix ...


Thu, 23 Feb 2006 02:14:30 GMT Paul Brossier <piem@altern.org> [37f0352]
	* python/aubio/tasks.py (modified)

	add mintol to taskonset, fix taskpitch.eval
	add mintol to taskonset, ...


Thu, 23 Feb 2006 02:12:28 GMT Paul Brossier <piem@altern.org> [0baafcf]
	* python/aubio/gnuplot.py (modified)

	rewrite gnuplot_create
	rewrite gnuplot_create


Thu, 23 Feb 2006 02:11:56 GMT Paul Brossier <piem@altern.org> [a7880d9]
	* python/aubio/bench/node.py (modified)

	add params to pass to bench, remove debug messages, rewrite ...


Mon, 20 Feb 2006 11:37:53 GMT Paul Brossier <piem@altern.org> [83c6734]
	* python/test/bench/onset/Makefile.am (modified)
	* python/test/bench/onset/bench-delay (added)
	* python/test/bench/onset/bench-onset (modified)
	* python/test/bench/onset/bench-window (added)
	* python/test/bench/onset/benchonset.py (added)

	added bench-window, bench-delay, benchonset
	added bench-window, ...


Mon, 20 Feb 2006 11:34:25 GMT Paul Brossier <piem@altern.org> [79c04d8]
	* python/aubiocut (modified)

	workaround to avoid crashing on silence cut
	workaround to avoid ...


Mon, 20 Feb 2006 11:33:18 GMT Paul Brossier <piem@altern.org> [8d29cfe]
	* python/aubio/tasks.py (modified)

	add support for delay to task onset, invert silence output, remove ...


Mon, 20 Feb 2006 11:30:52 GMT Paul Brossier <piem@altern.org> [f72a10d]
	* python/aubio/aubioclass.py (modified)

	changed dual to hfc*mkl
	changed dual to hfc*mkl


Fri, 17 Feb 2006 17:42:04 GMT Paul Brossier <piem@altern.org> [99d27b7]
	* configure.ac (modified)
	* python/test/bench/pitch/Makefile.am (added)
	* python/test/bench/pitch/bench-pitch (moved)

	add Makefile for bench-pitch
	add Makefile for bench-pitch


Fri, 17 Feb 2006 17:34:35 GMT Paul Brossier <piem@altern.org> [d998190]
	* configure.ac (modified)
	* python/test/bench/onset/Makefile.am (added)
	* python/test/bench/onset/bench-onset (modified)

	add Makefile for bench-onset
	add Makefile for bench-onset