#
# ChangeLog for python/aubio/bench/node.py
#
# Generated by Trac 1.2
# Feb 19, 2025, 3:03:26 AM

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


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


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 ...


Fri, 17 Feb 2006 17:17:10 GMT Paul Brossier <piem@altern.org> [c912c67]
	* python/aubio/bench/node.py (modified)
	* python/test/bench/onset/bench-onset (modified)

	merge some benchonset code into node
	merge some benchonset code into node


Fri, 17 Feb 2006 16:03:04 GMT Paul Brossier <piem@altern.org> [dbc0351]
	* python/aubio/bench/node.py (modified)
	* python/aubio/tasks.py (modified)

	start using results structure, move onset specific out of node
	start ...


Fri, 17 Feb 2006 11:29:17 GMT Paul Brossier <piem@altern.org> [a3254df]
	* python/aubio/bench/node.py (modified)

	fixed results/data fan out, update onset template
	fixed results/data ...


Thu, 22 Dec 2005 16:50:37 GMT Paul Brossier <piem@altern.org> [1dae4eb]
	* python/aubio/bench/node.py (modified)

	new act_on_files, avoids using find too much; add some error checking ...


Mon, 19 Dec 2005 20:56:54 GMT Paul Brossier <piem@altern.org> [50e99cc]
	* python/aubio/bench/node.py (modified)

	extend bench, make it less error prone
	extend bench, make it less ...


Fri, 16 Dec 2005 07:34:03 GMT Paul Brossier <piem@altern.org> [50791b3]
	* python/aubio/bench/node.py (modified)

	optional resdir
	optional resdir


Fri, 16 Dec 2005 04:34:00 GMT Paul Brossier <piem@altern.org> [336cf77]
	* python/aubio/bench/node.py (modified)
	* python/bench-onset (modified)

	rename class task to bench, move pretty_print into it
	rename class ...


Fri, 16 Dec 2005 01:22:58 GMT Paul Brossier <piem@altern.org> [257debc]
	* python/aubio/bench/node.py (modified)

	clarify list functions, add task class
	clarify list functions, add ...


Tue, 13 Dec 2005 05:51:59 GMT Paul Brossier <piem@altern.org> [2bd1a2a]
	* python/aubio/bench/node.py (modified)
	* python/aubio/gnuplot.py (modified)

	add list_snd_files and downsample audio, temporary fix for filename ...


Sun, 06 Nov 2005 11:29:14 GMT Paul Brossier <piem@altern.org> [d45520a]
	* python/aubio/bench/config.py (modified)
	* python/aubio/bench/node.py (modified)

	do not sys.exit, add keywords to act_on_data
	do not sys.exit, add ...


Wed, 24 Aug 2005 00:52:49 GMT Paul Brossier <piem@altern.org> [4cc9fe5]
	* python/aubio/bench/__init__.py (added)
	* python/aubio/bench/broadcast.py (added)
	* python/aubio/bench/config.py (added)
	* python/aubio/bench/node.py (added)
	* python/bench-cluster-test (added)
	* python/bench-onset (added)
	* python/bench-pitch (added)
	* python/bench-test (added)

	added bench tools