-
-
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
Update Numark-Mixtrack-3-scripts.js #13659
Conversation
Updates and bug fixes with gracious help by @Swiftb0y
Welcome and thanks for improving this! Please sign the Mixxx Contributor Agreement and comment here when you have done so. It gives us permission to distribute your contribution under the GPL v2 or later license and the Apple Mac App Store. It is also helpful for us to have contact information for contributors in case we may need it in the future. Since this is a bugfix, can you rebase this on the 2.4 branch as well? Thank you. |
Is their a (fairly simple) way to rebase on the website? Or would it be easier to just do another fork and submit another pull request? |
not that I know of. I'll take care of it. ;) |
This PR is marked as stale because it has been open 90 days with no activity. |
Noticed some new activity regarding this controller. I signed the contributor agreement. Are you able to rebase it @Swiftb0y do I need to give you special permission? |
Thanks @amakea and @Swiftb0y for these changes, working much better now. I propose another change regarding the PFL LED behaviour and the smartPFL variable. Currently, loading a track changes the PFL LED status on the controller, which interferes with normal usage of PFL. For example, even if PFL is off on a deck, loading a track into it will make the PFL LED light up and vice versa, creating confusion. I've proposed a fix in #14165. What's the best way of addressing this and merging with this PR? |
Would be happy to see your changes included @endcredits33 . I'm a beginner with github as well. Apparently the PR needs to be rebased to a different version which I don't know how to do. Perhaps @ronso0 can assist with this? |
@endcredits33 you just need to create a branch based on this PR (branch: https://github.com/amakea/mixxx/tree/main, btw 'main' is not a good name, try to name branches to describe the feature / bug they adress). For @amakea being able to |
Umm, just renamed it and the PR was closed instantly? You aren't working on the command line but with the Github web UI? For now, I suggest you create a new branch Then open a PR from the |
I think I did what you asked, and also invited endcredits33. Please let me know if I missed anything. |
Okay, but the PR is against your own repo. To include it im Mixxx it must be opened against the Mixxx repo. You can still collaborate on that branch. |
ok. here it is |
@amakea, I created a branch in your fork with proposed changes for the PFL LED. Description below: Change PFL LED behaviour so that shift+Load (fader start) does not switch on LED to avoid confusing behaviour. Works properly with the smartPFL variable. The only thing I can't figure it out is that with these changes, the PFL button acts as a radio button - you can only choose to have PFL enabled on one deck but not both. Not necessarily an issue but not consistent with other mappings. |
I need help with this. I authenticated with an access token and did |
why did you clone your own Mixxx fork? |
i thought it was the correct thing to do. I explained to you this was very unfamiliar to me. Can you please walk me through the commands to type? My branch for the PR is here, the branch with @endcredits33 changes are here and the hash for their changes is |
Sure, I understood that. But I also linked the Contributing page earlier which has links to a few important basic & easy tutorials for new contributors, most important: Using Git If you want to check a branch of a project or another contributor, you need to add that repo to your remotes. Now, you want to revive this branch under a new name and merge @endcredits33's fixes. I hope that gets you started! Btw, while typing all these commands I notice how much I am used to git shorthands and how much they accelerat daily tasks, e.g. |
I get
Is any of this information useful? Do I need to do a |
Updates and bug fixes with gracious help by @Swiftb0y