Sort BPMs and stops before processing
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user