add correct flags for puredata Makefile.am
remove useless flags in python Makefile
add support for text file from stdin
use replacement if complex.h not found
use replacement if complex.h not found
use os conditionals, update python swig and puredata external Makefiles
use AUBIO_CFLAGS, not CFLAGS
use AUBIO_CFLAGS, not CFLAGS
move libc aliases from mathutils.h to to aubio_priv.h
get doxygen PROJECT_NUMBER from VERSION file
remove trailing slash to fix directory creation on osx
fix signal buffer size for demo-tempo-acf
add beat p-score evaluation
fix gnuplot_create without options, add envelope draft, remove useless list
update demo-tempo to new gnuplot functions, fix audio yrange for -acf
use options structure for plot_audio plot_spec
factorise gnuplot_create options, update aubioplot-spec/audio
reuse downsample_audio in make_audio_plot
remove obsolete gnuplot_init
pass created plot to plot_audio/spec instead of outplot/extension, minor fixes
make xsize and ysize floats in aubioplot-audio
use gnuplot_create in plot_audio
if spectrum shorter than 1 second, use ms not s
add buffer and hosize options to aubioplot-spec, use 10000 as default value for maxf
add bench-pitch-plot-isolated
floor, not FLOOR in examples, only inst_headers for user doc
do not print out for when running tests
bump version number, use VERSION to store it
update patch log using sync-tree
merge in [email protected]/aubio--mailine--0.3.2--patch7, tests and CFLAGS fixes
add documentation for _aubio_pitchdetection_t
add documentation for del_aubio_pitchyinfft
add documentation for _aubio_pitchyinfft_t, remove unused parameters
add documentation for fvec_t and cvec_t
make comments doxygen compliant
complete documentation for onset routines
add documentation for _aubio_onset_detection_t
remove completed todo, fix documentation
add tests for most function
update aubiotempo~ to new tempo objects
update aubiotrack to new tempo objects
add tempo and onset functions
update doxygen introduction
update test-fft to not use aubio_priv.h
complete test-tss memory freeing
complete test-phasevoc-jack memory freeing, use sleep instead of pause
complete test-phasevoc memory freeing
complete test-mfft memory freeing, comment out printfs
complete test-fft memory freeing
correct date of thesis references
exit from examples when woodblock or input files not found
fix memory freeing in examples
remove global variable in beattracking
avoid another out of boundaries write in yinfft
avoid out of boundaries write in yinfft
fix memory freeing in pitchyinfft
fix memory freeing in onsetdetection, remove useless _alloc
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