Skip to content

Commit

Permalink
Beats: shifting cue points also shifts beats
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 1, 2024
1 parent d98ed59 commit 361531e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mixer/basetrackplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ void BaseTrackPlayerImpl::slotShiftCuesMillis(double milliseconds) {
return;
}
m_pLoadedTrack->shiftCuePositionsMillis(milliseconds);
m_pLoadedTrack->shiftBeatsMillis(milliseconds);
}

void BaseTrackPlayerImpl::slotShiftCuesMillisButton(double value, double milliseconds) {
Expand Down

0 comments on commit 361531e

Please sign in to comment.