comparison src/midiEventHolder.h @ 21:11e3119ce6b4

working well. Checking in before creating diagrams
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 27 Nov 2011 21:56:19 +0000
parents d75d16c57eac
children 9860abc92a30
comparison
equal deleted inserted replaced
20:7bb9ab04ee89 21:11e3119ce6b4
132 void reorderMatrixFromNoteTimes(IntMatrix& noteOnMatrix); 132 void reorderMatrixFromNoteTimes(IntMatrix& noteOnMatrix);
133 int getIndexOfMinimumAboveTime(const double& time, IntMatrix& noteOnMatrix); 133 int getIndexOfMinimumAboveTime(const double& time, IntMatrix& noteOnMatrix);
134 void correctTiming(IntMatrix& noteOnMatrix); 134 void correctTiming(IntMatrix& noteOnMatrix);
135 void doublecheckOrder(IntMatrix& noteOnMatrix); 135 void doublecheckOrder(IntMatrix& noteOnMatrix);
136 int getIndexOfMinimumAboveIndex(const int& index, IntMatrix& noteOnMatrix); 136 int getIndexOfMinimumAboveIndex(const int& index, IntMatrix& noteOnMatrix);
137 bool useTempoPrior;
137 }; 138 };
138 #endif 139 #endif