log plugins/Onset.cpp @ 198:3a76aa26b578 tip master

age author description
Fri, 22 Jul 2016 16:56:27 +0200 Paul Brossier plugins/Onset.cpp: add unused flag
Fri, 22 Jul 2016 16:20:31 +0200 Paul Brossier plugins/Onset.cpp: improve parameters handling, use same defaults as aubioonset
Fri, 22 Jul 2016 15:41:19 +0200 Paul Brossier plugins/Onset.cpp: add default mode
Sat, 31 Jan 2015 17:34:33 +0100 Paul Brossier libmain.cpp, plugins/: update to GPLv3
Wed, 28 Jan 2015 13:27:52 +0100 Paul Brossier plugins/Onset.cpp: added onset detection function and threshold odf
Mon, 26 Jan 2015 14:44:37 +0100 Paul Brossier plugins/Onset.cpp: add parameters and output descriptions
Mon, 30 Dec 2013 22:49:06 -0400 Paul Brossier plugins/: use fvec_set_sample
Wed, 18 Jul 2012 13:28:53 +0100 Chris Cannam Remove no-longer-supported-by-aubio onset detection function
Wed, 11 Jul 2012 13:09:15 +0100 Chris Cannam Implement reset functions (fixes #498)
Tue, 10 Jul 2012 15:21:35 +0100 Chris Cannam Get Onset and Notes to build against new aubio
Mon, 09 Jul 2012 17:51:30 +0100 Chris Cannam Continuing to update for aubio-git (0.4.0?) api
Mon, 09 Jul 2012 15:50:30 +0100 Chris Cannam (Start to) remove the channel counts from everywhere: they should always be 1 anyway as that's what Vamp::Plugin::getMaxChannelCount always defaulted to
Mon, 09 Jul 2012 15:44:07 +0100 Chris Cannam Update plugin version numbers, remove API version back compatibility (API v1 is now so long out of date)
Mon, 26 Feb 2007 18:10:34 +0000 Chris Cannam * Update along with latest Vamp API change
Tue, 12 Dec 2006 10:42:21 +0000 Chris Cannam * Update to new Vamp process()
Wed, 17 May 2006 15:15:12 +0000 Paul Brossier set negative timestamps to zero
Wed, 17 May 2006 10:02:36 +0000 Chris Cannam * Compensate for 4*stepSize delay in onset detection with returned timestamps
Tue, 16 May 2006 15:43:21 +0000 Paul Brossier include math.h, add onset timestamps, fix default block and step sizes, switch to onset_complex and pitch_yinfft
Mon, 15 May 2006 12:56:46 +0000 Chris Cannam * Add onset detection function output.
Thu, 11 May 2006 14:51:10 +0000 Chris Cannam * First pass at a simple set of Vamp plugins using the Aubio library.