Mercurial > hg > multitrack-audio-matcher
diff src/AudioEventMatcher.h @ 53:5274e3b5479d
Smoothed output, added tempo distribution variation to match the output
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 14 Aug 2012 21:45:12 +0100 |
parents | e359b9bad811 |
children | 2eca10a31ae2 |
line wrap: on
line diff
--- a/src/AudioEventMatcher.h Tue Jul 17 22:12:20 2012 +0100 +++ b/src/AudioEventMatcher.h Tue Aug 14 21:45:12 2012 +0100 @@ -125,6 +125,7 @@ //params double onsetLikelihoodWidth; double onsetLikelihoodToNoise; + double kickLikelihoodToNoise, snareLikelihoodToNoise; double pitchLikelihoodToNoise;//more noise double chromaLikelihoodToNoise; @@ -160,5 +161,8 @@ void writeAllDistributions(); void writeDistribution(DynamicVector& distribution, std::string filename); ofImage img; + + void checkTempo(); + double relativeTempo; }; #endif