wspinny rapidly fast forwards track when clicked
Bug #879720 reported by
Owen Williams
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
High
|
RJ Skerry-Ryan |
Bug Description
When clicking the WSpinny widget to initiate a scratch, the playhead zooms forward along the track. This is due to a new bug:
m_dPrevTheta is calculated as a simple -180 to 180 value, but m_iFullRotations is set based on the absolute position in the track. When the widget is clicked, wspinny calculates the difference between the "old" position (-180 to 180) and the "new" position which could be many many full rotations down the way. So this causes a massive forward seek.
possible solution: initialize m_dPrevTheta to include full rotations
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
there are also some instances where wspinny is not correcting for stereo audio, and these need to be checked for correctness