Mercurial > hg > midi-score-follower
diff src/midiEventHolder.h @ 9:75dcd1308658
looked at tempo process, likelihood function changed and improved. Now drawing using constrained vector function. Good working version.
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 23 Aug 2011 11:20:44 +0100 |
parents | 6f5836d432ca |
children | 2ab6f4670cf5 |
line wrap: on
line diff
--- a/src/midiEventHolder.h Fri Aug 19 19:45:46 2011 +0100 +++ b/src/midiEventHolder.h Tue Aug 23 11:20:44 2011 +0100 @@ -47,7 +47,7 @@ double mouseX; void clearAllEvents(); - bool drawTempoMode; + bool drawTempoMode, drawPhaseMode; double minimumMatchSpeed , maximumMatchSpeed; @@ -88,6 +88,7 @@ DoubleMatrix beatPeriodMatrix; void drawFile(); + void drawMidiFile(); void reset(); void setMatchedNotesBackToFalse();