Mercurial > hg > midi-score-follower
diff src/midiEventHolder.h @ 22:9860abc92a30
follower has confidence measure now just using best match. Difficulty in visualising the speed likelihood fn
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Wed, 30 Nov 2011 11:48:35 +0000 |
parents | 11e3119ce6b4 |
children |
line wrap: on
line diff
--- a/src/midiEventHolder.h Sun Nov 27 21:56:19 2011 +0000 +++ b/src/midiEventHolder.h Wed Nov 30 11:48:35 2011 +0000 @@ -41,6 +41,8 @@ DoubleVector playedEventTimes; int playedNoteIndex; IntMatrix matchMatrix; + IntVector bestMatchFound; + DoubleMatrix matchConfidence; double totalConfidence; @@ -135,5 +137,7 @@ void doublecheckOrder(IntMatrix& noteOnMatrix); int getIndexOfMinimumAboveIndex(const int& index, IntMatrix& noteOnMatrix); bool useTempoPrior; + string tempoSpeedString; + int minimumTimeIntervalForTempoUpdate; }; #endif \ No newline at end of file