log

age author description
Mon, 29 Sep 2014 16:19:12 +0100 Chris Cannam Fix bin overrun in bpmToBin (proximate cause of bug #1054)
Thu, 25 Sep 2014 18:42:35 +0100 Chris Cannam I think that the tempogram max lag can't exceed the window length - 1, rather than the window length, because it is used as an index into a vector of the window length
Thu, 25 Sep 2014 15:42:15 +0100 Chris Cannam Some unsigned -> int (while bug hunting)
Thu, 25 Sep 2014 15:13:45 +0100 Chris Cannam Copyrights and tidying
Fri, 12 Sep 2014 18:02:08 +0100 Chris Cannam Fix an incorrect default value; add some checks and warnings
Fri, 12 Sep 2014 16:00:26 +0100 Chris Cannam Fix (the) two errors reported by Coverity Scan
Fri, 12 Sep 2014 15:51:39 +0100 Chris Cannam Add category and RDF description files, fill in copyright stuff
Fri, 12 Sep 2014 15:09:38 +0100 Chris Cannam Further Makefile fixes
Fri, 12 Sep 2014 15:05:55 +0100 Chris Cannam Add (provisional) README, and COPYING/CITATION
Fri, 12 Sep 2014 14:54:55 +0100 Chris Cannam Split out Makefile to separate single-platform versions and an .inc file
Thu, 04 Sep 2014 14:33:36 +0100 Carl Bussey * Merge with Chris' changes
Thu, 04 Sep 2014 14:12:03 +0100 Carl Bussey * FIRFilter::process now returns N+M-1 samples, rather than IFFT length as before.