log dsp/keydetection/GetKeyMode.cpp @ 515:08bcc06c38ec tip master

age author description
Thu, 06 Jun 2019 14:20:53 +0100 Chris Cannam Switch to config-struct constructor; add frameOverlapFactor parameter
Mon, 03 Jun 2019 14:20:39 +0100 Chris Cannam Style fixes: avoid unsigned, fix formatting
Thu, 30 May 2019 18:40:16 +0100 Chris Cannam Untabify, indent, tidy
Thu, 30 May 2019 18:28:11 +0100 Chris Cannam Switch from DOS to Unix line-endings
Wed, 29 May 2019 13:55:07 +0100 Chris Cannam Credit daschuer
Fri, 24 May 2019 21:40:47 +0200 Daniel Schürmann Fix an issue is a mutithreading context
Fri, 24 May 2019 21:06:47 +0200 Daniel Schürmann Remove now superfluid m_key array
Fri, 24 May 2019 20:40:37 +0200 Daniel Schürmann Calculate key strange during getKeyStrengths() to save CPU time if this is not needed.
Fri, 24 May 2019 20:31:32 +0200 Daniel Schürmann make m_BPO const and rename to kBinsPerOctave
Fri, 24 May 2019 20:11:26 +0200 Daniel Schürmann Fix some code stying issues in dsp/keydetection/GetKeyMode.cpp
Sat, 11 May 2019 02:08:22 +0200 Daniel Schürmann Fix a rounding issue, returning key value 25
Mon, 21 Oct 2013 11:59:57 +0100 Chris Cannam Some docs; remove FiltFiltConfig as it's the same as FilterConfig
Fri, 05 Jun 2009 15:12:39 +0000 cannam * Key detector: when returning key strengths, use the peak value of the
Mon, 23 Mar 2009 16:28:53 +0000 cannam * Fixes to problems shown up by vamp-plugin-tester.
Mon, 10 Nov 2008 14:01:55 +0000 cannam * Build fixes for gcc 4.3.2
Thu, 07 Feb 2008 10:01:38 +0000 cannam * remove exceptions from Polyfit, return bool instead of int from isModeMinor
Fri, 01 Feb 2008 16:45:49 +0000 cannam * Add key strength output; increase chromagram lower bound so as to shorten
Tue, 22 Jan 2008 17:27:07 +0000 cannam * Add range of normalise options to chromagram
Thu, 10 Jan 2008 15:14:30 +0000 cannam * remove some debug output
Wed, 09 Jan 2008 10:31:29 +0000 cannam * Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
Wed, 21 Nov 2007 16:53:51 +0000 chriss Change GetKeyMode to number bins with 1 = C, and shift chroma so that notes are centred correctly.
Mon, 02 Apr 2007 13:20:30 +0000 cannam ...
Fri, 30 Mar 2007 16:20:36 +0000 cannam * Fixes to chromagram extents
Mon, 22 Jan 2007 17:32:09 +0000 cannam * Various changes in progress for debugging key mode plugin
Tue, 12 Dec 2006 10:34:38 +0000 cannam ...
Mon, 11 Dec 2006 09:48:33 +0000 cannam * Add key mode detector