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

Hercules-DJ-Console-RMX: Replace not defined CO name pitch_reset by pitch_set_default #12441

Merged
merged 1 commit into from Jan 3, 2024

Conversation

JoergAtGithub
Copy link
Member

@@ -336,7 +336,7 @@ RMX.define_hid_format = function() {
c.add_control(pid, "filterHighKill", "[Channel1]", "button", 2, 0x20);
c.add_control(pid, "filterMidKill", "[Channel1]", "button", 2, 0x40);
c.add_control(pid, "filterLowKill", "[Channel1]", "button", 2, 0x80);
c.add_control(pid, "pitch_reset", "[Channel1]", "button", 3, 0x01);
c.add_control(pid, "pitch_set_default", "[Channel1]", "button", 3, 0x01);
Copy link
Member

Choose a reason for hiding this comment

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

I think the whitespace has changed too, can you make that consistent?

Copy link
Member Author

Choose a reason for hiding this comment

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

Will do - this was pre-commit, not me

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Member

Choose a reason for hiding this comment

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

pre-commit insists on the whitespaces (ignore) but it also wants the _unusedVar format.
Do you want to fix that or just carry on and merge?

Copy link
Member Author

Choose a reason for hiding this comment

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

Let's just merge it!

@ronso0 ronso0 merged commit 10ff739 into mixxxdj:2.4 Jan 3, 2024
12 of 13 checks passed
@ronso0
Copy link
Member

ronso0 commented Jan 3, 2024

Thank you!

@JoergAtGithub JoergAtGithub deleted the replace_reset branch January 3, 2024 00:51
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.

None yet

3 participants