Skip to content

Commit

Permalink
ugly fix of bug 1980264 for personal use case
Browse files Browse the repository at this point in the history
  • Loading branch information
nm2107 committed Jun 30, 2022
1 parent e90cfe0 commit b5f356d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dvs-waveform-rendering-when-cueed-fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
diff --git a/src/engine/enginebuffer.cpp b/src/engine/enginebuffer.cpp
index 8388509424..933d7aa13d 100644
--- a/src/engine/enginebuffer.cpp
+++ b/src/engine/enginebuffer.cpp
@@ -1257,6 +1257,7 @@ void EngineBuffer::updateIndicators(double speed, int iBufferSize) {
return;
}

+ /*
if (m_filepos_play == kInitialSamplePosition ||
m_trackSampleRateOld == 0 ||
m_tempo_ratio_old == 0) {
@@ -1268,6 +1269,7 @@ void EngineBuffer::updateIndicators(double speed, int iBufferSize) {
// called yet.
return;
}
+ */

// Increase samplesCalculated by the buffer size
m_iSamplesSinceLastIndicatorUpdate += iBufferSize;
2 changes: 2 additions & 0 deletions org.mixxx.Mixxx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,5 @@ modules:
sha256: 8e3a5a545175982336bb07c81a3839897a007c43689b93641242db662f6beb9c
- type: patch
path: metainfo.patch
- type: patch
path: dvs-waveform-rendering-when-cueed-fix.patch

0 comments on commit b5f356d

Please sign in to comment.