log

age author description
Mon, 02 Sep 2013 09:25:00 +0100 Chris Cannam Remove files that should never have been tracked
Wed, 12 Dec 2012 15:10:38 +0000 luisf Now includes latest changes from MEPD:
Wed, 12 Dec 2012 15:05:13 +0000 luisf removed ppc flag from OSX Makefile
Thu, 13 Jun 2013 10:23:09 +0100 Chris Cannam Fix compiler warnings
Tue, 12 Feb 2013 17:46:47 +0000 Chris Cannam Remove files that should never have been tracked
Fri, 14 Oct 2011 09:48:47 +0100 Chris Cannam Fix build with gcc 4.6
Fri, 14 Oct 2011 09:41:38 +0100 Chris Cannam Remove .a file which should not be tracked
Mon, 20 Jun 2011 19:01:48 +0100 mathieub A threshold (delta) is added in the peak picking parameters structure (PPickParams). It is used as an offset when computing the smoothed detection function. A constructor for the structure PPickParams is also added to set the parameters to 0 when a structure instance is created. Hence programmes using the peak picking parameter structure and which do not set the delta parameter (e.g. QM Vamp note onset detector) won't be affected by the modifications.