src/types.h: add some documentation, use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION
[aubio.git] / ChangeLog
index 8f85a13..78b2837 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,74 @@
+2006-11-10  Paul Brossier <piem@altern.org>
+       * configure.ac: check c compiler for -Wextra option
+       * examples/*: add lash support to aubioonset, aubiotrack, and aubionotes
+       * */Makefile.am: improve compilation on Mac OS X, mingw and cygwin
+       * src/{onset,tempo}.[ch]: add simple c interfaces to onset and tempo tasks
+       * src/beattracking.c: allow the use of two beat trackers simultaneously
+       * examples/tests: add test programs for most c functions
+       * src/*.c: add most missing free calls
+       * src/*.c: fix some out of array writes
+       * src/,ext/: more gcc warning fixes
+
+2006-27-06  Paul Brossier <piem@altern.org>
+       * 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 <piem@altern.org>
+       * 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 <piem@altern.org>
+       * src/beattracking.c: added beattracking.c
+       * various bug fixes
+       * VERSION: 0.2.0
+
+2005-29-03  Paul Brossier <piem@altern.org>
+       * python/aubio/gnuplot.py: clean up and add plotsound
+       * python/aubiocompare-onset: updated
+       * examples/aubioonset.c: fix text output when nframes<4 
+       * ext/midi/midi_file.c: by default, int is unsigned on powerpc
+       * python/aubiocut, python/aubio/aubioclass.py: updated
+       * ext/midi/midi_alsa_seq.c: activated threading
+       * configure.ac,Makefile.am: added rules to check presence
+        of swig, python, puredata and docbook-to-man.
+
+2005-17-03  Paul Brossier <piem@altern.org>
+       * examples/utils.{c,h}:  corrected usedoubled and -O interactions
+       * examples/aubioonset.c: added frames>=4 check (thanks Hamish Allan)
+
+2004-12-11  Paul Brossier <piem@altern,org>
+       * swig/Makefile.am: instructions moved to python/aubio and cleaned 
+       * python/aubiocut: corrected slicing on multichannel files
+       * VERSION: bumped to 0.1.8
+
 2004-12-06  Paul Brossier <piem@altern.org>
        * examples/{midi*,testforclam}.c: removed
+       * src/{sndfile,midi*,jackio}.[ch]: moved to ext
 
 2004-12-03  Paul Brossier <piem@altern.org>
        * src/{mathutils,pitchyin}.h: got rid of some shadowed declarations
@@ -16,6 +85,7 @@
 
 2004-10-28  Paul Brossier <piem@altern.org>
        * src/Makefile.am: added config.h installation
+       * VERSION: 0.1.7.1
 
 2004-10-26  Paul Brossier <piem@altern.org>:
        * src/pitchdetection.*: moved to src/pitchmcomb.*, now includes a