Skip to content

(fix/feat) Traktor Kontrol S4 Mk3: tempo offset per deck #14882

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

Open
wants to merge 2 commits into
base: 2.5
Choose a base branch
from

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented May 31, 2025

1st is a fixup for #14721 (tempo center offset was missing factor ticks/mm)

2nd allows to set the offset per side

Comment on lines +1658 to +1667
if (receivingFirstValue) {
// Initialize center range incl. offset
if (this.deck === TraktorS4MK3.leftDeck) {
this.tempoCenterLower = TempoCenterLowerL;
this.tempoCenterUpper = TempoCenterUpperL;
} else {
this.tempoCenterLower = TempoCenterLowerR;
this.tempoCenterUpper = TempoCenterUpperR;
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a hack because I didn't manage to access TraktorS4MK3 in the ctor list above.
How would I implement this @acolombier ?

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

Successfully merging this pull request may close these issues.

1 participant