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

Numark DJ2GO2 Touch missing part of mapping for pad 2 in manual loop mode for the right deck #11592

Closed
r0d0dendr0n opened this issue May 25, 2023 · 2 comments · Fixed by #11595

Comments

@r0d0dendr0n
Copy link

Bug Description

When I try to make a manual loop with the right deck I can easily set the start marker (pad 1), but setting the end marker does not work at all. When I try to make a manual loop with the left deck everything works as expected with the default configuration profile.

I fiddled with the midi learning and narrowed the problem to a missing <key>DJ2GO2Touch.rightDeck.loopOut.input</key> section in the Numark_DJ2GO2_Touch.midi.xml file. The left deck two entries for loopOut, but the right deck has only one. Here's the diff:

747a748,756
>         <key>DJ2GO2Touch.rightDeck.loopOut.input</key>
>         <status>0x95</status>
>         <midino>0x22</midino>
>         <options>
>           <script-binding/>
>         </options>
>       </control>
>       <control>
>         <group>[Channel2]</group>

I've attached the fixed full version of the file.

Should I make a pull request or discuss it here first?

BTW thanks for an awesome piece of software!

Version

2.3.4

OS

Arch Linux

@ronso0
Copy link
Member

ronso0 commented May 25, 2023

I can confirm the second input mapping for the right deck is missing.
Please create a PR with the fix. You'll find a how-to intro here https://github.com/mixxxdj/mixxx/wiki/Bugfix%20Workflow, which also links to https://github.com/mixxxdj/mixxx/wiki/Using-git (incl. pre-commit setup)

Thank you!

@r0d0dendr0n
Copy link
Author

I've made a pull request #11594.

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