Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SB3 trying to adjust tempo range produces an error #13186

Open
C0D3-M4513R opened this issue Apr 29, 2024 · 1 comment
Open

SB3 trying to adjust tempo range produces an error #13186

C0D3-M4513R opened this issue Apr 29, 2024 · 1 comment

Comments

@C0D3-M4513R
Copy link

C0D3-M4513R commented Apr 29, 2024

Bug Description

When I try to adjust the tempo range via the controller, the following error occurrs:
AppData/Local/Mixxx/controllers/Pioneer-DDJ-SB3-scripts.js:784: TypeError: Property 'skipSoftTakeover' of object [object Object] is not a function
(using changes of #11307, for the vinyl mode fixes)

Version

2.4.0

OS

Windows 10

@Swiftb0y
Copy link
Member

Thank you for filling this bug. I can confirm this in indeed an issue. In the meantime, you can work around it by removing the offending line:

PioneerDDJSB3.deck[deckIndex].tempoFader.skipSoftTakeover();

@jevilalta skipSoftTakeover never existed. Can you elaborate on what you wanted to achieve here? I assume you wanted to enable softtakeover for the tempo fader, now that its physical position doesn't match its value anymore (since this getting activated by pressing the tempo-range button).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants