comparison src/midiEventHolder.h @ 5:195907bb8bb7

added purple where notes have been seen - lets you see what updates have been used. Also the chopping of midi files to the beginning was introduced recently, so when they load, you chop any white space at the beginning, then use first note to launch.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 19 Aug 2011 16:38:30 +0100
parents de86d77f2612
children 6f5836d432ca
comparison
equal deleted inserted replaced
4:4a8e6a6cd224 5:195907bb8bb7
87 87
88 DoubleMatrix beatPeriodMatrix; 88 DoubleMatrix beatPeriodMatrix;
89 89
90 void drawFile(); 90 void drawFile();
91 void reset(); 91 void reset();
92 void setMatchedNotesBackToFalse();
92 93
93 int ticksPerScreen; 94 int ticksPerScreen;
94 int tickLocation; 95 int tickLocation;
95 int numberOfScreensIn; 96 int numberOfScreensIn;
96 int noteArrayIndex; 97 int noteArrayIndex;
112 113
113 void exampleCrossUpdate(); 114 void exampleCrossUpdate();
114 BayesianArrayStructure bayesStruct; 115 BayesianArrayStructure bayesStruct;
115 116
116 double speedPriorValue; 117 double speedPriorValue;
117 118 int bestMatchIndex;
118 string timeString; 119 string timeString;
119 double startTime; 120 double startTime;
120 121
121 }; 122 };
122 #endif 123 #endif