Makefile.osx: rename variable to VAMPBIN_DIR
[vamp-aubio-plugins.git] / plugins / Onset.cpp
2015-01-28 Paul Brossierplugins/Onset.cpp: added onset detection function and...
2015-01-26 Paul Brossierplugins/Onset.cpp: add parameters and output descriptions
2013-12-31 Paul Brossierplugins/: use fvec_set_sample
2012-07-18 Chris CannamMerge 0.4.0
2012-07-18 Chris CannamRemove no-longer-supported-by-aubio onset detection...
2012-07-11 Chris CannamImplement reset functions (fixes #498)
2012-07-10 Chris CannamGet Onset and Notes to build against new aubio
2012-07-09 Chris CannamContinuing to update for aubio-git (0.4.0?) api
2012-07-09 Chris Cannam(Start to) remove the channel counts from everywhere...
2012-07-09 Chris CannamUpdate plugin version numbers, remove API version back...
2007-02-26 Chris Cannam* Update along with latest Vamp API change
2006-12-12 Chris Cannam* Update to new Vamp process()
2006-05-17 Paul Brossierset negative timestamps to zero
2006-05-17 Chris Cannam* Compensate for 4*stepSize delay in onset detection...
2006-05-16 Paul Brossierinclude math.h, add onset timestamps, fix default block...
2006-05-15 Chris Cannam* Add onset detection function output.
2006-05-11 Chris Cannam* First pass at a simple set of Vamp plugins using...