-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Scratch: add initial mapping #4834
Conversation
Documentation PR is here 492 |
This PR is marked as stale because it has been open 90 days with no activity. |
@Swiftb0y I'm having trouble getting my head around Javascript. I'm going to need your help to finish this please 🙏🏾 |
Sure, what exactly do you need help with? I'd be glad to help. |
Have you tried out Mixxx 2.4 yet? We added a way to change the effects on the filter knob of the mixer. That would match the way this controller controls effects much more closely. |
My issue is with trying to create components for some of my controls. I think there's unresolved comments from your initial review. The examples I have looked at from other mappings are just too complex for my level I think. |
Yep I have had a play around, but I have not seen this new system coded out in a mapping. except maybe the s4 k3 but that mapping is above my paygrade. The other issue is that there is no mixxx SOP on how to map this.
**edited (grammar & spelling fix) |
// Default is false. When set to false, the EncoderKnob manages looping. Shift + EncoderKnob scrolls the library/loads track | ||
// If set to true, the EncoderKnob scrolls the library/loads track. Shift + EncoderKnob manages looping. | ||
NumarkScratch.invertLoopEncoderFunction = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really a necessary feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this encoder in Serato, the only option is to press shift + turn to scroll through the library and shift + push to load tracks, every damn time. The default is changing loop length and turning on loops, who uses loops that much, lol?
It's so unintuitive. and I rarely use loops (or haven't taken the time to learn). Numark should really have just added a browse encoder and load buttons. Rant over
Anyway, for this mapping inverting the encoder functions to non-standard is optional. I think this might be helpful to someone else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a fair assessment. As long as it doesn't complicate the design too much, its fine.
The problem is that each manufacturer has their own opinion on how many and what effects should be accessible (compare Pioneer, Numark and Denon Prime Hardware). For now, IIUC you can use the |
26597a0
to
1a04075
Compare
@Swiftb0y To double check the mixer's effects are separate & independent from the filter. Will the Quick Effect CO system work still for this use case? |
Can you elaborate? I'm afraid I don't quite understand what you mean. |
From my limited understanding I thought QuickEffects relate to the Filter and the new effect system allows changing the effect for the Filter knob to some other effect for controllers like the s4 mk3 and prime 4. I'm having a hard time wrapping my head on how I can use QuickEffects for the Numark's standalone effects section. Thanks for the help again. |
Ah I see the problem. Numarks concept of FX sections don't map cleanly to either the QuickEffects nor the separate EffectsUnits... I think it would be best to just use the FX Select Buttons do specify the What do you think? |
59b7eaa
to
b166165
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last couple nitpicks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last nitpick comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. thank you for your patience and contribution.
Can you do me a favor and squash all the commits down into a single one before I merge? |
One last thing @Swiftb0y How far can I push these values? This is meant to be a scratch mixer with the fastest cut possible. Looking at the mixer settings & developer tools, I can set xFaderCalibration to 0.999307 and xFaderCurve to 999.6 |
I'm actually not sure. These controls are suboptimal anyways. We really need a hybrid setting that combines both modes in Mixxx to a single slider so it can be mapped to the single knob present on most hardware. |
Co-Authored-By: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com>
f4882d7
to
9909b16
Compare
Thanks for your patience ;)
I filed #13363 for the crossfader issue. I'd be very grateful if you'd look into options solving that from the C++ side.
👍
Yup, saw that. Thank you. |
Add Numark Scratch mapping