comparison NNLSChroma.h @ 110:be2e5d44ce79 speechmusic

re-introducing the old code
author Matthias Mauch <mail@matthiasmauch.net>
date Tue, 07 Dec 2010 22:21:30 +0900
parents 3277f6cef3fe
children
comparison
equal deleted inserted replaced
101:109745cd67c3 110:be2e5d44ce79
49 mutable int m_outputSemiSpec; 49 mutable int m_outputSemiSpec;
50 mutable int m_outputChroma; 50 mutable int m_outputChroma;
51 mutable int m_outputBassChroma; 51 mutable int m_outputBassChroma;
52 mutable int m_outputBothChroma; 52 mutable int m_outputBothChroma;
53 mutable int m_outputConsonance; 53 mutable int m_outputConsonance;
54 mutable int m_outputSpeechity;
55 mutable int m_outputMssegment;
54 }; 56 };
55 57
56 58
57 59
58 #endif 60 #endif