bpm display updates too quickly
Bug #868060 reported by
Owen Williams
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Medium
|
Owen Williams |
Bug Description
In vinyl mode, bpm display updates too quickly, making reading difficult. Display update should be throttled to 4 changes per second.
I had a fix for this previously in the bpm display widget itself, but it was suggested that this logic doesn't belong in the widget. The bpm value itself will necessarily change quickly in vinyl mode, so either another CO is required or updates to the bpm widget need to be throttled in the main code. So: how should I fix this?
This needs to be fixed for 1.10 because a lot of people complained about this in the betas.
Changed in mixxx: | |
status: | Confirmed → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Added new control object visual_bpm that updates more slowly than bpm. Skin makers should use the new visual_bpm object instead of bpm to fix this bug on a skin-by-skin basis.