Fri, 04 Sep 2015 16:45:37 +0100 |
Chris Cannam |
Fix some problems from the plugin tester: zero sample rate with fixed sample type outputs; mismatching parameter id ("spectralshape" in Chordino, "s" in NNLSBase -- changing this in Chordino won't break anything as it would never have worked under that name anyway); some NaN values
|
Fri, 04 Sep 2015 12:22:09 +0100 |
Chris Cannam |
Make some more debug output dependent on debug_on
|
Thu, 16 Jun 2011 17:04:53 +0100 |
matthiasm |
removed consonance and monophonicness estimators from nnls-chroma
darwintunes
|
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:59:11 +0100 |
Matthias Mauch |
tidying up a bit
monophonicness
|
Thu, 31 Mar 2011 14:37:06 +0100 |
Matthias Mauch |
rename variables for better readability
monophonicness
|
Thu, 31 Mar 2011 14:31:04 +0100 |
Matthias Mauch |
rename variables for better readability
monophonicness
|
Tue, 29 Mar 2011 13:56:02 +0100 |
Matthias Mauch |
changed chord.dict for experiment
monophonicness
|
Tue, 07 Dec 2010 22:21:30 +0900 |
Matthias Mauch |
re-introducing the old code
speechmusic
|
Sat, 18 Dec 2010 21:41:40 +0900 |
matthiasm |
added experimental monophonicness output to nnls-chroma
monophonicness
|
Sat, 18 Dec 2010 20:07:46 +0900 |
matthiasm |
debugging consonance (framewise normalisation)
matthiasm-plugin
|
Tue, 07 Dec 2010 10:56:55 +0900 |
Matthias Mauch |
s parameter setting now has an effect
matthiasm-plugin
|
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
|
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:10:57 +0900 |
matthiasm |
implemented note output for estimated chords
consonance
|
Thu, 25 Nov 2010 02:26:52 +0900 |
matthiasm |
implemented consonance
consonance
|
Wed, 24 Nov 2010 21:58:42 +0900 |
Matthias Mauch |
uhm...
consonance
|
Mon, 15 Nov 2010 13:19:56 +0900 |
Matthias Mauch |
added consonance output
consonance
|
Mon, 15 Nov 2010 11:01:56 +0900 |
Matthias Mauch |
merge
matthiasm-plugin
|
Thu, 11 Nov 2010 15:11:05 +0900 |
Matthias Mauch |
bins per semitone can now be chosen in chromamethods.h
matthiasm-plugin
|
Mon, 15 Nov 2010 09:23:49 +0900 |
matthiasm |
debugged semitone spectrum (has values now even if all are zero)
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
|
Mon, 25 Oct 2010 22:57:47 +0900 |
matthiasm |
updated plugin and some parameter and output descriptions. adjusted the n3 file (only skeleton so far).
matthiasm-plugin
|
Mon, 25 Oct 2010 02:32:32 +0900 |
matthiasm |
* wondering whether I can make bullet lists ...
matthiasm-plugin
|
Mon, 25 Oct 2010 02:30:05 +0900 |
matthiasm |
* matthiasm -> nnls-chroma; * nnls_chroma -> nnls-chroma
matthiasm-plugin
|
Mon, 25 Oct 2010 00:52:39 +0900 |
matthiasm |
* HMM implementation for chord recognition
matthiasm-plugin
|
Sun, 24 Oct 2010 20:43:11 +0900 |
matthiasm |
* added new parameter that toggles NNLS
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:37:35 +0100 |
Chris Cannam |
* Fix empty spectrograms
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 20:50:22 +0100 |
Chris Cannam |
* Revert to the previous version of nnls.c[c], which used single-precision floats (better for us).
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
|
Thu, 21 Oct 2010 12:12:23 +0100 |
Chris Cannam |
* Consistent indentation (spaces only)
matthiasm-plugin
|
Thu, 21 Oct 2010 11:58:28 +0100 |
Chris Cannam |
* Rather than worry about provenance of C versions, why not just use the FORTRAN? (We can back this out if it doesn't go well with the build scripts)
matthiasm-plugin
|
Wed, 29 Sep 2010 11:58:00 +0000 |
matthiasm |
sorry, long time no commit
matthiasm-plugin
|
Fri, 02 Jul 2010 04:07:18 +0000 |
matthiasm |
lowered amplitude threshold
matthiasm-plugin
|
Fri, 02 Jul 2010 03:55:37 +0000 |
matthiasm |
lowered amplitude threshold
matthiasm-plugin
|
Wed, 16 Jun 2010 10:16:13 +0000 |
matthiasm |
NNLS is now taken from a file without gpl. more chroma normalisation options.
matthiasm-plugin
|
Wed, 09 Jun 2010 03:33:36 +0000 |
matthiasm |
consecutive chords with the same label are merged
matthiasm-plugin
|
Thu, 03 Jun 2010 16:01:57 +0000 |
matthiasm |
about twice as fast now
matthiasm-plugin
|
Thu, 03 Jun 2010 09:10:40 +0000 |
matthiasm |
working with new optional chord dictionary in the file chord.dict
matthiasm-plugin
|
Wed, 02 Jun 2010 15:03:21 +0000 |
matthiasm |
trying to import a chord dictionary from a file, but failing to do so
matthiasm-plugin
|
Tue, 01 Jun 2010 09:41:31 +0000 |
matthiasm |
tested almost finished plugin, chord est with mode filter
matthiasm-plugin
|
Mon, 31 May 2010 14:12:37 +0000 |
matthiasm |
new simple chord estimation
matthiasm-plugin
|
Wed, 19 May 2010 11:38:48 +0000 |
matthiasm |
dictionary matrix, included nnls, next step will be nnls computation
matthiasm-plugin
|
Tue, 18 May 2010 09:29:39 +0000 |
matthiasm |
on the way to dynamic kernel
matthiasm-plugin
|