#
# ChangeLog for interfaces
#
# Generated by Trac 1.2
# Apr 28, 2025, 9:23:47 AM

Sat, 09 Jan 2010 14:27:22 GMT Paul Brossier <piem@piem.org> [3f16b61]
	* interfaces/python/demo_beat.py (added)

	demo_beat.py: added simple example


Sat, 09 Jan 2010 14:22:41 GMT Paul Brossier <piem@piem.org> [228e8d8]
	* interfaces/python/aubioinput.py (modified)

	aubioinput.py: flush last frame, no resizing in mono


Sat, 09 Jan 2010 14:21:54 GMT Paul Brossier <piem@piem.org> [493e6f7]
	* interfaces/python/test_fvec.py (modified)

	test_fvec.py: add test_alpha_norm_of_none and ...


Sat, 09 Jan 2010 14:20:48 GMT Paul Brossier <piem@piem.org> [549825a]
	* interfaces/python/demo_filterbank.py (modified)

	demo_filterbank.py: use fvec to create array


Fri, 25 Dec 2009 05:13:14 GMT Paul Brossier <piem@piem.org> [d836c21]
	* interfaces/python/aubio/__init__.py (modified)

	aubio/__init__.py: simplify, add support for list input


Fri, 25 Dec 2009 05:12:44 GMT Paul Brossier <piem@piem.org> [b8aaaff]
	* interfaces/python/demo_filterbank.py (added)

	demo_filterbank.py: add simple filterbank demo


Fri, 25 Dec 2009 04:09:41 GMT Paul Brossier <piem@piem.org> [4c01c0f]
	* interfaces/python/aubio/__init__.py (modified)
	* interfaces/python/test_aubio.py (modified)
	* interfaces/python/test_cvec.py (modified)
	* interfaces/python/test_fft.py (modified)
	* interfaces/python/test_filter.py (modified)
	* interfaces/python/test_filterbank.py (modified)
	* interfaces/python/test_fvec.py (modified)
	* interfaces/python/test_onsetdetection.py (modified)
	* interfaces/python/test_phasevoc.py (modified)

	test_*.py: use aubio module


Fri, 25 Dec 2009 04:04:59 GMT Paul Brossier <piem@piem.org> [474f297]
	* interfaces/python/py-cvec.c (modified)

	py-cvec.c: improved documentation


Fri, 25 Dec 2009 04:02:17 GMT Paul Brossier <piem@piem.org> [9c9cd54]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: simplify with proxy functions


Fri, 25 Dec 2009 03:57:49 GMT Paul Brossier <piem@piem.org> [1a6ef2c]
	* interfaces/python/test_cvec.py (added)
	* interfaces/python/test_fft.py (modified)
	* interfaces/python/test_filter.py (modified)
	* interfaces/python/test_filterbank.py (modified)
	* interfaces/python/test_fvec.py (modified)
	* interfaces/python/test_onsetdetection.py (modified)
	* interfaces/python/test_phasevoc.py (modified)

	test_*.py: switch to mono, add tests for cvec


Fri, 25 Dec 2009 03:56:48 GMT Paul Brossier <piem@piem.org> [84e0606]
	* interfaces/python/aubio-types.h (modified)
	* interfaces/python/py-cvec.c (modified)

	py-cvec.c: remove obsolete proxy functions


Fri, 25 Dec 2009 03:56:24 GMT Paul Brossier <piem@piem.org> [3e882a8]
	* interfaces/python/py-filterbank.c (modified)

	py-filterbank.c: switch to proxy functions


Fri, 25 Dec 2009 03:52:00 GMT Paul Brossier <piem@piem.org> [91ce8d5]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: updated to use proxy functions


Fri, 25 Dec 2009 03:51:37 GMT Paul Brossier <piem@piem.org> [6c50245]
	* interfaces/python/py-fmat.c (deleted)

	py-fmat.c removed


Fri, 25 Dec 2009 03:51:28 GMT Paul Brossier <piem@piem.org> [b3130e2]
	* interfaces/python/setup.py (modified)

	setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c


Fri, 25 Dec 2009 03:49:25 GMT Paul Brossier <piem@piem.org> [7d9ec37]
	* interfaces/python/py-fvec.c (deleted)

	py-fvec.c removed


Fri, 25 Dec 2009 03:49:14 GMT Paul Brossier <piem@piem.org> [ce4bfe3]
	* interfaces/python/aubiomodule.c (modified)

	aubiomodule.c: swith to new proxy functions, remove py_fvec and
	py_fmat


Fri, 25 Dec 2009 03:45:46 GMT Paul Brossier <piem@piem.org> [363ce7a]
	* interfaces/python/py-filterbank.c (modified)

	py-filterbank.c: use new proxy function, switch to mono and fmat


Fri, 25 Dec 2009 03:45:18 GMT Paul Brossier <piem@piem.org> [a52d3ae]
	* interfaces/python/py-filter.c (modified)

	py-filter.c: use new proxy function, switch to mono


Fri, 25 Dec 2009 03:44:06 GMT Paul Brossier <piem@piem.org> [c04d250]
	* interfaces/python/py-phasevoc.c (modified)

	py-phasevoc.c: use new proxy functions


Fri, 25 Dec 2009 03:40:41 GMT Paul Brossier <piem@piem.org> [965b302]
	* interfaces/python/py-fft.c (modified)

	py-fft.c: use new proxy functions


Fri, 25 Dec 2009 03:37:23 GMT Paul Brossier <piem@piem.org> [0178c65]
	* interfaces/python/aubio/__init__.py (modified)

	aubio/: cvec is still on the C side


Fri, 25 Dec 2009 03:37:03 GMT Paul Brossier <piem@piem.org> [03c3450]
	* interfaces/python/aubio-types.h (modified)

	aubio-types.h: kill fvec and fmat, update proxy functions


Fri, 25 Dec 2009 03:34:34 GMT Paul Brossier <piem@piem.org> [7395ec5]
	* interfaces/python/aubioproxy.c (added)

	aubioproxy.c: added conversion functions from C to numpy


Sun, 20 Dec 2009 19:20:14 GMT Paul Brossier <piem@piem.org> [ccca7cb]
	* interfaces/python/aubio/__init__.py (added)

	aubio/__init__.py: added python helper for fvec and cvec


Sat, 05 Dec 2009 01:06:42 GMT Paul Brossier <piem@piem.org> [f658288]
	* interfaces/python/test_fft.py (added)
	* interfaces/python/test_filterbank.py (added)
	* interfaces/python/test_onsetdetection.py (added)
	* interfaces/python/test_phasevoc.py (added)

	Merge branch 'master' of git+ssh://aubio.org/git/aubio/aubio into
	mono


Sat, 05 Dec 2009 00:59:06 GMT Paul Brossier <piem@piem.org> [0536612]
	* interfaces/python/test_fft.py (added)
	* interfaces/python/test_filterbank.py (added)
	* interfaces/python/test_onsetdetection.py (added)
	* interfaces/python/test_phasevoc.py (added)

	interfaces/python: added more tests


Sat, 05 Dec 2009 00:45:40 GMT Paul Brossier <piem@piem.org> [b7f3aaf]
	* interfaces/python/test_aubio.py (modified)
	* interfaces/python/test_fvec.py (added)

	interfaces/python: start updating tests for mono


Sat, 05 Dec 2009 00:45:08 GMT Paul Brossier <piem@piem.org> [0f045b2]
	* interfaces/python/py-phasevoc.c (modified)
	* interfaces/python/setup.py (modified)

	interfaces/python: towards mono (setup.py and py-phasevoc.c)


Sat, 05 Dec 2009 00:44:11 GMT Paul Brossier <piem@piem.org> [96fe713]
	* interfaces/python/aubio-types.h (modified)
	* interfaces/python/aubiomodule.c (modified)
	* interfaces/python/aubiowraphell.h (modified)
	* interfaces/python/gen_pyobject.py (modified)
	* interfaces/python/py-fft.c (modified)
	* interfaces/python/py-filter.c (modified)
	* interfaces/python/py-filterbank.c (modified)
	* interfaces/python/py-fmat.c (added)

	interfaces/python: towards mono


Sat, 05 Dec 2009 00:42:46 GMT Paul Brossier <piem@piem.org> [7a7b00f]
	* interfaces/python/py-cvec.c (modified)
	* interfaces/python/py-fvec.c (modified)

	py-fvec.c, py-cvec.c: towards mono


Wed, 25 Nov 2009 23:59:26 GMT Paul Brossier <piem@piem.org> [75be651]
	* interfaces/python/gen_pyobject.py (modified)

	interfaces/python/gen_pyobject.py: fix aubio2types


Sun, 15 Nov 2009 14:26:19 GMT Paul Brossier <piem@piem.org> [449bff6]
	* interfaces/python/aubiomodule.c (modified)

	aubiomodule.c: add generated objects


Sun, 15 Nov 2009 14:19:45 GMT Paul Brossier <piem@piem.org> [90077e4]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: simplify using regex, add PyMethodDefs


Sun, 15 Nov 2009 14:16:44 GMT Paul Brossier <piem@piem.org> [4bc098c]
	* interfaces/python/generator.py (modified)

	generator.py: also spit out aubio-generated.h


Sun, 15 Nov 2009 14:01:06 GMT Paul Brossier <piem@piem.org> [d6f9b3a]
	* interfaces/python/aubio-types.h (modified)
	* interfaces/python/py-fvec.c (modified)

	py-fvec.c: add PyAubio_CFvecToArray


Sun, 15 Nov 2009 14:00:04 GMT Paul Brossier <piem@piem.org> [965ea78]
	* interfaces/python/aubiowraphell.h (added)

	python/aubiowraphell.h: sprinkle some cpp magic


Fri, 06 Nov 2009 00:27:05 GMT Paul Brossier <piem@piem.org> [7db3477]
	* interfaces/python/aubio-types.h (modified)

	aubio-types.h: python module has it all


Fri, 06 Nov 2009 00:25:13 GMT Paul Brossier <piem@piem.org> [5c246b0]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: update, add smpl_t


Fri, 06 Nov 2009 00:23:58 GMT Paul Brossier <piem@piem.org> [7c4cf20]
	* interfaces/python/generator.py (modified)

	generator.py: fully blown mode


Thu, 05 Nov 2009 23:42:20 GMT Paul Brossier <piem@piem.org> [b8ee46c]
	* interfaces/python/generator.py (modified)

	generator.py: skip resampler


Thu, 05 Nov 2009 23:41:39 GMT Paul Brossier <piem@piem.org> [eb93592]
	* interfaces/python/py-cvec.c (modified)

	py-cvec.c: cvec.length to return the actual length


Thu, 05 Nov 2009 16:53:23 GMT Paul Brossier <piem@piem.org> [ed73bc6]
	* interfaces/java/Makefile.am (deleted)

	interfaces/java: moved to java-aubio branch


Thu, 05 Nov 2009 16:31:31 GMT Paul Brossier <piem@piem.org> [da92730]
	* Makefile.am (modified)
	* configure.ac (modified)
	* interfaces/java/aubio/Makefile.am (deleted)
	* interfaces/java/aubio/main.java (deleted)

	interfaces/java: moved to java-aubio branch


Sun, 25 Oct 2009 20:45:12 GMT Paul Brossier <piem@piem.org> [e460e60]
	* Makefile.am (modified)
	* configure.ac (modified)
	* interfaces/cpp/Makefile.am (deleted)
	* interfaces/cpp/aubiocpp.cpp (deleted)
	* interfaces/cpp/aubiocpp.h (deleted)
	* interfaces/cpp/wscript_build (deleted)
	* tests/Makefile.am (modified)
	* tests/cpp/Makefile.am (deleted)
	* tests/cpp/test-cvec.cpp (deleted)
	* tests/cpp/test-fvec.cpp (deleted)
	* wscript (modified)

	interfaces/cpp: remove, will create a separate project later if
	needed


Thu, 22 Oct 2009 01:26:36 GMT Paul Brossier <piem@piem.org> [00f48dc]
	* interfaces/cpp/aubiocpp.cpp (modified)

	interfaces/cpp/aubiocpp.cpp: use getters


Wed, 21 Oct 2009 17:54:58 GMT Paul Brossier <piem@piem.org> [992beaa]
	* interfaces/python/setup.py (modified)

	interfaces/python/setup.py: only compile c files


Wed, 21 Oct 2009 17:53:59 GMT Paul Brossier <piem@piem.org> [c85da04]
	* interfaces/python/generator.py (modified)

	generator.py: fix indentation, do not allow any error


Wed, 21 Oct 2009 14:12:42 GMT Paul Brossier <piem@piem.org> [a8aaef3]
	* interfaces/python/py-cvec.c (modified)

	interfaces/python/py-cvec.c: write setters for norm and phas


Wed, 21 Oct 2009 13:40:23 GMT Paul Brossier <piem@piem.org> [09b1777]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: fix initialisation of strings and tempo output size


Wed, 21 Oct 2009 13:16:02 GMT Paul Brossier <piem@piem.org> [1f8e522]
	* interfaces/python/aubioinput.py (modified)

	aubioinput.py: use uridecodebin, add run method, return 1 on error


Tue, 20 Oct 2009 17:26:28 GMT Paul Brossier <piem@piem.org> [1c190d5]
	* interfaces/python/aubioinput.py (added)

	aubioinput.py: added first draft of generic gst input


Mon, 19 Oct 2009 13:27:20 GMT Paul Brossier <piem@piem.org> [07bf04e6]
	* interfaces/python/py-filter.c (modified)
	* interfaces/python/test_filter.py (modified)

	python/: update to new filter, test_filter.py py-filter.c


Mon, 19 Oct 2009 13:09:21 GMT Paul Brossier <piem@piem.org> [ec1ce52]
	* interfaces/python/gen_pyobject.py (added)
	* interfaces/python/generator.py (added)

	added crazy generator


Mon, 19 Oct 2009 13:08:43 GMT Paul Brossier <piem@piem.org> [615ac7d]
	* interfaces/python/aubio-types.h (modified)
	* interfaces/python/aubiomodule.c (modified)
	* interfaces/python/py-cvec.c (modified)
	* interfaces/python/py-fft.c (added)
	* interfaces/python/py-filter.c (modified)
	* interfaces/python/py-filterbank.c (added)
	* interfaces/python/py-fvec.c (modified)
	* interfaces/python/py-phasevoc.c (added)
	* interfaces/python/setup.py (modified)
	* interfaces/python/test_filter.py (modified)

	.


Sat, 17 Oct 2009 12:15:32 GMT Paul Brossier <piem@piem.org> [858cfa7]
	* interfaces/java/aubio/Makefile.am (modified)
	* tests/src/Makefile.am (modified)

	remove references to aubioext in Makefile.am


Tue, 06 Oct 2009 00:50:49 GMT Paul Brossier <piem@piem.org> [f826349]
	* interfaces/python/py-cvec.c (added)
	* interfaces/python/py-filter.c (added)

	interfaces/python: add cvec and filter types


Tue, 06 Oct 2009 00:49:53 GMT Paul Brossier <piem@piem.org> [9b23eb31]
	* interfaces/python/a_weighting_test_simple.expected (added)
	* interfaces/python/aubio-types.h (modified)
	* interfaces/python/aubiomodule.c (modified)
	* interfaces/python/c_weighting_test_simple.expected (added)
	* interfaces/python/py-fvec.c (modified)
	* interfaces/python/setup.py (modified)
	* interfaces/python/test_aubio.py (modified)
	* interfaces/python/test_filter.py (added)

	interfaces/python: add cvec and filter types


Fri, 02 Oct 2009 13:39:33 GMT Paul Brossier <piem@piem.org> [ccf8b77]
	* interfaces/python/aubiomodule.c (modified)
	* interfaces/python/py-fvec.c (modified)

	python/aubiomodule.c: move PyAubio_ArrayToFvec to py-fvec.c


Fri, 02 Oct 2009 13:38:30 GMT Paul Brossier <piem@piem.org> [146280a]
	* interfaces/python/test_aubio.py (modified)

	python/test_aubio.py: update unit tests


Fri, 02 Oct 2009 09:24:08 GMT Paul Brossier <piem@piem.org> [207ed19]
	* interfaces/python/aubiomodule.c (modified)

	python/aubiomodule.c: add zero_crossing_rate and min_removal


Fri, 02 Oct 2009 09:20:31 GMT Paul Brossier <piem@piem.org> [6b1aafc]
	* interfaces/python/aubiomodule.c (modified)

	python/aubiomodule.c: PyAubio_ArrayToFvec to convert numpy array to a ...


Fri, 02 Oct 2009 09:19:48 GMT Paul Brossier <piem@piem.org> [352fd5f]
	* interfaces/python/aubio-types.h (modified)
	* interfaces/python/py-fvec.c (modified)

	python/py-fvec.c, python/aubio-types.g: define AUBIO_FLOAT, move ...


Wed, 30 Sep 2009 15:42:13 GMT Paul Brossier <piem@piem.org> [ae6e15c]
	* interfaces/python/README (added)
	* interfaces/python/aubio-types.h (added)
	* interfaces/python/aubiomodule.c (modified)
	* interfaces/python/py-fvec.c (added)
	* interfaces/python/setup.py (modified)
	* interfaces/python/test_aubio.py (added)

	interfaces/python: improve draft wrapper alpha_norm example, add some ...


Wed, 30 Sep 2009 01:54:34 GMT Paul Brossier <piem@piem.org> [7de4de0]
	* configure.ac (modified)
	* interfaces/cpp/Makefile.am (moved)
	* interfaces/cpp/aubiocpp.cpp (moved)
	* interfaces/cpp/aubiocpp.h (moved)
	* interfaces/cpp/wscript_build (moved)
	* wscript (modified)

	moved cpp to interfaces/


Wed, 30 Sep 2009 01:46:35 GMT Paul Brossier <piem@piem.org> [0a6c211]
	* interfaces/python/aubiomodule.c (added)
	* interfaces/python/setup.py (added)

	added new python interface draft, work in progress


Wed, 30 Sep 2009 01:45:12 GMT Paul Brossier <piem@piem.org> [1094f52]
	* configure.ac (modified)
	* interfaces/java/Makefile.am (moved)
	* interfaces/java/aubio/Makefile.am (moved)
	* interfaces/java/aubio/main.java (moved)

	created interfaces directory, moved java there and added new python ...