comparison hackday/midiEventHolder.h @ 31:9a70d9abdc8b

examining the tempo speed process
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 11 Dec 2011 17:19:34 +0000
parents be2e779d76b5
children
comparison
equal deleted inserted replaced
30:be2e779d76b5 31:9a70d9abdc8b
161 IntVector intervalsToCheck; 161 IntVector intervalsToCheck;
162 void checkForCorrectInterval(const double& playedTimeDifference, DoubleVector* v); 162 void checkForCorrectInterval(const double& playedTimeDifference, DoubleVector* v);
163 void drawInterNoteIntervals(); 163 void drawInterNoteIntervals();
164 void printInterNoteIntervals(); 164 void printInterNoteIntervals();
165 int interNoteRange; 165 int interNoteRange;
166 DoubleMatrix periodValues;
167
166 }; 168 };
167 #endif 169 #endif