-
-
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
updates for the "Korg Kaoss DJ" controller script #4301
Conversation
<TAP> : open folder <TAP> + <TAP> : double-tap to close folder <SHIFT LEFT> + <TAP> : tap bpm of LEFT track <SHIFT RIGHT> + <TAP> : tap bpm of RIGHT track <browseKnob> : browse library up & down <SHIFT> + <browseKnob> : toggle focus between Playlist and File-Browser <LOAD A/B> : load track <SHIFT> + <LOAD A/B> : open/close folder in file-browser
<SHIFT> + <TOUCHPAD X> : control super knob of QuickEffectRack for deck 1 <SHIFT> + <TOUCHPAD Y> : control super knob of QuickEffectRack for deck 2
add new assignments for mixxxdj/mixxx#4301
Please install pre-commit and rerun it on the changed files. Thanks. Feel free to ask on zulip if you need help. |
@Swiftb0y i ran pre-commit and fixed all syntax errors.. |
Thank you.
Eslint is is configured to allow unused variables and parameters that start with an underscore ( |
Also, keep in mind that there is some variety in those rules, so for instance in this case, its likely fine to just remove the parameter entirely.
|
OK I'll do that!
I know... that variable is still from the original creator of the script so I don't want to remove it entirely... |
As a First-time contributor we have to ask you to sign the Mixxx Contributor Agreement before merging any contributions. |
OK, it's signed! |
This PR is marked as stale because it has been open 90 days with no activity. |
Just curious why this was not merged? |
hey @pi43r, there are some formatting issues with the updated documentation (mixxxdj/manual#430) and then it somewhat got lost because I had a lot of other things to do... I'm not sure when I find some time to get the docs fixed, (even though it should only be some minor changes) |
This PR is marked as stale because it has been open 90 days with no activity. |
#12683 has been merged, closing this. |
New assignments:
browser Knob
shift
+browser Knob
tap
tap
(left) shift
+tap
(right) shift
+tap
load A / B
shift
+load A / B
shift
+touchpad X
shift
+touchpad Y
changed assignments
(before a re-loop of the deactivated loop was triggered)
doc-updates:
mixxxdj/manual#430