Vinyl control broken, pitch-independent scalar being triggered rapidly

Bug #1406131 reported by Owen Williams
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mixxx
Fix Released
Critical
Daniel Schürmann

Bug Description

https://github.com/mixxxdj/mixxx/commit/ac7779fe6a0626ff14cd4de689dc59cec440f6c5#commitcomment-9103474

The pitch keycontrol changes broke vinyl control. The "pitch" CO is being set based on the speed of the current playback, but it's not being updated quickly enough to keep up with the vinyl control speed changes. Hopefully it's just an off-by-one-buffer issue -- the keycontrol object should get its rate updates directly by function calls, not CO changes. That way we can call calculateSpeed in enginebuffer and then pass the result directly into the keycontrol object.

Tags: vinylcontrol
Revision history for this message
Daniel Schürmann (daschuer) wrote :

Does Vinyl control effect the speed slider "rate" control ?
The pitch calculation currently relies on the rate control.
I have changed the code that we read the rate co only at one point and pipe it to calculateSpeed().
But this is discarded in case of vinyl control.
This seams the core issue.

Revision history for this message
Owen Williams (ywwg) wrote :

Yes, vinyl control updates the slider, but it is smoothed from the actual vinyl rate so the slider is more of a visual approximation than an actual rate.

There are other cases when the slider lies, such as when the speed is out of slider range.

You should not rely on the rate slider for an accurate measure of playback speed.

Changed in mixxx:
status: New → In Progress
Revision history for this message
Owen Williams (ywwg) wrote :
tags: added: vinylcontrol
Changed in mixxx:
status: In Progress → Fix Committed
RJ Skerry-Ryan (rryan)
Changed in mixxx:
status: Fix Committed → Fix Released
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/7774

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.