Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrikd authored and Be-ing committed May 12, 2020
1 parent 1f5e237 commit 0ac7ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/rekordbox/rekordboxfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ void readAnalyze(TrackPointer track, double sampleRate, int timingOffset, bool i
} else {
// Mixxx v2.4 will feature multiple loops, so these saved here will be usable
// For 2.3, Mixxx treats them as hotcues and the first one will be loaded as the single loop Mixxx supports
lastHotCueIndex++;
lastHotCueIndex++;
setHotCue(track, memoryCueOrLoop.startPosition, memoryCueOrLoop.endPosition, lastHotCueIndex, memoryCueOrLoop.comment, memoryCueOrLoop.color);
}
}
Expand Down

0 comments on commit 0ac7ef2

Please sign in to comment.