src/aubio_priv.h: add missing CEIL, rename TRUNC to ROUND, use FLOOR(x+.5) to avoid -std=c99 needed by roundf
src/fvec.{c,h}: add simple fvec_print function
src/tempo/beattracking.c: remove unused fvec_getperiod function
src/temporal/cdesign.h: fix include to be relative
plugins/puredata/Makefile.am: update compiler options
configure.ac: add check for CXX
Makefile.am: only compile java stuff if swig is installed
ext/sndfileio.c: shorten sndfile error message
plugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate
plugins/puredata/aubiopitch~.c: add optional creation argument to select pitch method, fix buffer size
src/pitch/pitchschmitt.c: move buffer to private structure, closes #8
src/aubio.h: indent, only cosmetic changes
tests/python/src/utils/hist.py: update existing test cases, add two more
tests/python/run_all_tests: add a warning if list_of_test_files returns no matches, localaubio first
java/aubio/Makefile.am: fix pkgjavadir
java/aubio/Makefile.am: use datadir, not hardcoded path
python/aubio/Makefile.am: simplify using nobase
src/mathutils.c: change zero crossing function to split at >=0/<0; tests/python/src/temporal/zero_crossing_rate.py: add some tests for zero crossing
configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore, at least os of macosx 10.4)
tests/python/localaubio.py: improve error message about local aubio
plugins/puredata/aubio_setup.c: add aubio_new function to clean up loading of the aubio external with [aubio], indent, bump version number
cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
tests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter
tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)
doc/{user,devel}.cfg: update config to new doxygen, adapt to multiple directories
src/pitch/pitchyinfft.c: fix indentation
Makefile.am, configure.ac: go down into java and tests, make java compilation somewhat conditional (needs improvements)
cpp/aubiocpp.cpp: fix indentation
src/Makefile.am: use nobase_ to simplify headers installation
configure.ac: switch on host rather than host_os, do nothing on arm-apple-darwin
configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded
python/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it gets to the right place on multilib systems (thanks to Olivier Crête)
java/: added first draft for a java interface to aubio, includes simple test
add del_aubio_biquad to aubio.i
add tests/cpp/test-[a-z-]*$ binaries to .bzrignore
added simple tests in tests/cpp for cpp interface draft
added simple cpp interface draft
add tests for adesign and filter
filter.c: add denormal, make multichannel using lvecs, update adsgn, cdsgn, pitchdetection
aubio_priv.h: add ISDENORMAL
aubio.h: add lvec, adesign and cdesign
add lvec object to store double precision vectors
update aubio.i with new adsgn_filter and cdsgn_filter
src/temporal: split aubio_adsgn_filter and aubio_cdsgn_filter to separate files
closes #4, fft.c: if real part is zero, have phase = 0
fft.c: if real part is zero, have phase = 0
move tests/python/demo to tests/, add localaubio.py module helpers
src/Makefile.am: define subdirectories to install headers in
src/Makefile.am: define subdirectories to install headers in
configure.ac: host conditional depend on host_os, not build_os
tests template.py: re-ident
aubioonset.py tests: add specflux, use assertEqual
README: update project url
swig/aubio.i: add aubio_peakpicker_get/set_threshold
added first tests for peakpicker
add first tests for scale.c
move around files in tests/python according to src/ changes
add draft test for hist.py
examples/utils.{c,h}: move flush_process prototype to .h
examples/utils.c: use uint_t
configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs
moved spectral_centroid to new file
onsetdetection.c: factorise switch, complete specflux deletion
doc/Makefile.am: update make style rules
src/: more moving and splitting
src/: move tempo files to src/tempo, continue moving pitch and onset files
move pitch methods to pitch/, onset detection functions to onset/
filterbank.c: avoid useless usigned comparison
merge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury
test-tempo.c: use aubio_tempo_get_confidence
pitchmcomb.c: make sure all variables are initialised
mathutils.c: fix invalid read in vec_moving_thres
pitchdetection.c: add del_aubio_filter
pitchmcomb.c: add missing del_fvec
examples/aubiopitch.py: also print line number and write output file if exception
pitchdetection.c: add missing del_aubio_filter
pitchyin.c: redo indentation
utils.c, utils.py: add specflux onset function
onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases)
onsetdetection.{c,h}: redo indentation
aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_onsetdetection
pitchyinfft.c: return 0., not 0
utils.c: avoid signed/unsigned comparison
configure.ac: add lcov flags option, beautify help output
examples/utils.{c,h}, examples/aubioonset.c: added process_flush function to get last onset at the end of file, added frames_delay parameter
swing/aubio.i: remove obsolete _free function
onsetdetection.{c,h}: remove obsolete _free function
Makefile.am: added simple 'make lcov' rules
.bzrignore: add gcov generated files
.bzrignore: add mkinstalldirs