add aubio_cleanup to clean fftw cached memory
add xsize and ysize plot options in aubiopitch
fix timelines and plot sizes in onset and pitch
fix out of boundaries write in hist
update hist deletion function
update hist deletion function
add del_aubio_onsetdetection, aubio_onsetdetection_free is obsolete
update biquad deletion function
create filter deletion function
update fft deletion function
use math aliases in mathutils
update peakpick deletion function
update peakpick deletion function
update biquad deletion function
update phasevoc deletion function
update fcomb deletion function
update resample deletion function
update scale deletion function
update doxygen devel config to include README and examples
make beattracking always silent
updated tests to lash, avoid signed/unsigned mismatches
rename threshold2 to silence
use lash_ prefix for lash related variables
start lash thread only when jack is used and lash is enabled
removed generated config.h.in
adding basic lash support to examples
removing lash from aubio_priv.h
removing ladcca from ext/midi/midi_alsa_seq.c
moving to lash, adding note about puredata
add kludge to check if $CC supports -Wextra
tag of [email protected]/aubio--mainline--0.3.1--version-0
update changelog, version 0.3.1
use os.path in task.cut to derive default output filenames
make configure.ac more readable
use top_{build,src}dir instead of ../
avoid overwriting CFLAGS in python/aubio/Makefile.am
simplify puredata Makefile.am
use -Wextra but unused parameters, fix macos CFLAGS
fix signed/unsigned mismatches in pitchscmitt
fix signed/unsigned mismatches in pitchfcomb
fix signed/unsigned mismatches in beattracking
fix signed/unsigned mismatches in examples
ugly hack to plot beat track anyway
task beat() output seconds
do not call pthread_ in aubio_midi_direct_output (thanks stefan)
fixes memset in aubio_priv.h, remove useless sfinfo.format=0
move pd help to pattern-help.pd
tag of [email protected]/aubio--mainline--0.3.0--version-0
tag of [email protected]/aubio--mainline--0.2.0--patch-111
use -fPIC to build puredata plugin
correct default block size in aubiopitch
update doxygen configs, include README from aubio.h
update default aubiocut threshold
remove /usr/bin/python header
update onsetdetection.h docs
update pitchdetection docs, make wrapper methods private
add doc to biquad and filter
update beat tracking comments
update pitch method comments
update pitch method comments
beat should be fixed, add comments about
add spectrogram and x/y sizes to aubiocut
fix default yin thresholds
strange workaround to fix segfaults on some wav files
add x/ysize to plot_aubio/spec, move spec to db scale, add zoffset, add epsc color
update imports in bench-window
update imports in bench-delay
add aubio_autocorr to swig
update bench-pitch-isolated
update pitch bench makefile
mcomb: bypass hack for high freqs, use instfreq rather than interp
add quadratic interpolation to yin
first draft for beat evaluation
add yinfft method, make it default for pd plugin
update pitch bench makefile