From 191705317f1883f40151ce8f4ff3f9af7587d8ac Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 28 Jun 2006 04:04:13 +0000 Subject: [PATCH] update changelog, version 0.3.1 update changelog, version 0.3.1 --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4899f68..91fd124c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2006-27-06 Paul Brossier + * plugins/puredata/Makefile.am: move pd help to pattern-help.pd + - thanks goes to Frank Barknecht + * ext/sndfileio.c src/aubio_priv.h: fixes memset in aubio_priv.h, remove + useless sfinfo.format=0 - thanks karsten wiese + * ext/midi/midi_alsa_seq.c: do not call pthread_ in aubio_midi_direct_output + - thanks karsten wiese + * python/aubio/task/beat.py: task beat() output seconds + * python/aubio/task/beat.py: ugly hack to plot beat track anyway + * examples/aubionotes.c: fix signed/unsigned mismatches in examples + * src/beattracking.c: fix signed/unsigned mismatches in beattracking + * src/pitchfcomb.c: fix signed/unsigned mismatches in pitchfcomb + * src/pitchschmitt.c: fix signed/unsigned mismatches in pitchscmitt + * configure.ac: use -Wextra but unused parameters, fix macos CFLAGS + * plugins/puredata/Makefile.am: simplify puredata Makefile.am + * python/aubio/Makefile.am: avoid overwriting CFLAGS + * examples/Makefile.am: use top_{build,src}dir instead of ../ + * configure.ac: make configure.ac more readable + * python/aubio/task/cut.py: use os.path to derive default output filenames + * VERSION: 0.3.1 + +2006-18-05 Paul Brossier + * src/pitchyinfft.{c,h}: new pitch detection method + * src/beattracking.c: algorithm improved + * plugins/puredata/: new puredata external + * python/tasks: enhancements to the onset detection algorithms + * python/aubiocut: improved, can now slice at beats and silences + * python/aubiopitch: new python program to extract pitch tracks + * python/: plotting features for aubiocut and aubiopitch + * python/: interface refactored + * doc/: updated documentation + * VERSION: 0.3.0 + +2006-18-05 Paul Brossier + * src/beattracking.c: added beattracking.c + * various bug fixes + * VERSION: 0.2.0 + 2005-29-03 Paul Brossier * python/aubio/gnuplot.py: clean up and add plotsound * python/aubiocompare-onset: updated diff --git a/VERSION b/VERSION index 2741ce04..163ca775 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ AUBIO_MAJOR_VERSION=0 AUBIO_MINOR_VERSION=3 -AUBIO_PATCH_VERSION=0 +AUBIO_PATCH_VERSION=1 AUBIO_VERSION_STATUS= -- 2.11.0