Mercurial > hg > nnls-chroma
diff chromamethods.h @ 81:4270f3039ab0 matthiasm-plugin
dont remember, sorry
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Mon, 15 Nov 2010 11:01:36 +0900 |
parents | 026a5c0ee2c2 |
children | e5c16976513d |
line wrap: on
line diff
--- a/chromamethods.h Thu Nov 11 15:11:05 2010 +0900 +++ b/chromamethods.h Mon Nov 15 11:01:36 2010 +0900 @@ -22,7 +22,7 @@ #include <vector> #include <string> -const int nBPS = 3; // bins per semitone +const int nBPS = 5; // bins per semitone const int nOctave = 7; const int nNote = nOctave * 12 * nBPS + 2 * (nBPS/2+1); // a core over all octaves, plus some overlap at top and bottom