Sort BPMs and stops before processing

This commit is contained in:
Devin J. Pohly
2013-05-19 19:50:56 -04:00
parent c04553846a
commit dcb62dec88
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ struct SMLoader
* @param vBPMs the vector of BPM changes.
* @param vStops the vector of stops. */
void ProcessBPMsAndStops(TimingData &out,
const vector< pair<float, float> > &vBPMs,
const vector< pair<float, float> > &vStops);
vector< pair<float, float> > &vBPMs,
vector< pair<float, float> > &vStops);
/**
* @brief Process the Delay Segments from the string.
* @param out the TimingData being modified.