log chromamethods.cpp @ 184:82d5d11b68d7 tip

age author description
Fri, 04 Sep 2015 12:22:09 +0100 Chris Cannam Make some more debug output dependent on debug_on
Thu, 13 Jun 2013 10:22:53 +0100 Chris Cannam Fix compiler warnings mirex2013
Tue, 19 Jun 2012 16:28:16 +0100 matthiasm reinstated slash notation replacement for Harte syntax (maybe there are some cross version effects that result in Johan having different chord symbols... must check!)
Tue, 19 Jun 2012 15:31:32 +0100 matthiasm applied Johan's patch, I think darwintunes
Tue, 19 Jun 2012 15:25:20 +0100 matthiasm applying Johan Pauwels patch darwintunes
Thu, 10 May 2012 11:32:05 +0100 Chris Cannam Initialise logFreqMatrix elements to zero before loop to ensure none gets missed darwintunes
Sat, 11 Jun 2011 13:20:37 +0100 Matthias Mauch corrected dim chord label (was major, now dim) monophonicness
Fri, 15 Apr 2011 11:31:37 +0000 matthiasm replacing unsigned/size_t iterators by int and casting others to int monophonicness
Fri, 15 Apr 2011 10:01:53 +0000 matthiasm minor changes for fewer warnings monophonicness
Thu, 31 Mar 2011 14:26:53 +0100 Matthias Mauch some comments, some variable renamings monophonicness
Tue, 29 Mar 2011 15:12:19 +0100 Matthias Mauch Harte syntax as option in Chordino monophonicness
Fri, 03 Dec 2010 19:10:09 +0900 Matthias Mauch merge matthiasm-plugin
Fri, 03 Dec 2010 19:02:42 +0900 Matthias Mauch removed one semicolon matthiasm-plugin
Thu, 02 Dec 2010 00:34:07 +0900 Matthias Mauch removing error message when dict not found matthiasm-plugin
Fri, 03 Dec 2010 00:46:12 +0900 matthiasm added release notes, updated README matthiasm-plugin 0.2
Thu, 02 Dec 2010 13:05:23 +0000 Chris Cannam * Fix the "comparison between signed and unsigned" warnings; remove some ifdef'd-out old code matthiasm-plugin
Thu, 02 Dec 2010 00:19:01 +0900 Matthias Mauch internal chord dictionary loads if external not given matthiasm-plugin
Wed, 01 Dec 2010 23:08:55 +0900 Matthias Mauch new boost N parameter in chordino, chord dictionary loaded on initialisation (not construction) of plugin matthiasm-plugin
Sun, 28 Nov 2010 23:49:30 +0900 matthiasm refined chord note output consonance
Sun, 28 Nov 2010 23:10:57 +0900 matthiasm implemented note output for estimated chords consonance
Thu, 11 Nov 2010 15:11:05 +0900 Matthias Mauch bins per semitone can now be chosen in chromamethods.h matthiasm-plugin
Thu, 11 Nov 2010 10:27:58 +0900 Matthias Mauch fixed. warning: I added some arrays with variable length (though not at runtime). matthiasm-plugin
Wed, 10 Nov 2010 22:52:46 +0900 Matthias Mauch it's broken at the moment, work in progress (makeing bins per semitone variable, ie not necessarily 3) matthiasm-plugin
Fri, 29 Oct 2010 13:14:51 +0900 Matthias Mauch slightly raised weight for the N chord -- better detection of non-harmonic parts matthiasm-plugin
Tue, 26 Oct 2010 17:45:33 +0900 Matthias Mauch debugged the chord.dict finding matthiasm-plugin
Mon, 25 Oct 2010 16:58:32 +0900 matthiasm removed subtraction in chroma dictionary, added to-the-power-of-1.5 in chordino matthiasm-plugin
Mon, 25 Oct 2010 01:58:37 +0900 matthiasm regarding the chord estimation:\n * tweaked chord templates\n * that means that the original method also changed matthiasm-plugin
Fri, 22 Oct 2010 21:43:57 +0900 Matthias Mauch README and new parameters, not tested yet matthiasm-plugin
Fri, 22 Oct 2010 11:30:21 +0100 Chris Cannam * Split out NNLSChroma plugin into three plugins (chroma, chordino, tuning) with a common base class. matthiasm-plugin
Thu, 21 Oct 2010 21:48:04 +0100 Chris Cannam * Use proper Vamp path to look up chord.dict matthiasm-plugin
Thu, 21 Oct 2010 16:34:58 +0100 Chris Cannam * Split out some common code into chromamethods.cpp from NNLSChroma.cpp matthiasm-plugin