Mercurial > hg > midi-score-follower
comparison src/midiEventHolder.h @ 10:2ab6f4670cf5
added in the best estimate of error between the observed midi note and the aligned midi track.
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Mon, 17 Oct 2011 22:22:55 +0100 |
parents | 75dcd1308658 |
children | 3f103cf78148 |
comparison
equal
deleted
inserted
replaced
9:75dcd1308658 | 10:2ab6f4670cf5 |
---|---|
121 double startTime; | 121 double startTime; |
122 int speedWindowWidthMillis; | 122 int speedWindowWidthMillis; |
123 | 123 |
124 bool confidenceWeightingUsed; | 124 bool confidenceWeightingUsed; |
125 | 125 |
126 double minimumMatchError;//recent best error between observed note and aligned midi file | |
126 }; | 127 }; |
127 #endif | 128 #endif |