-
-
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
Add midiThrough argument #4148
Add midiThrough argument #4148
Conversation
Rereading the prior discussion, I am confused why you chose this implementation. It seemed the consensus was to add a checkbox in the preferences rather than a command line argument. |
Indeed. Implementing the option as cla makes it less discoverable for 'regular users' who look for a way to hook up lighting to Mixxx. |
I agree that a checkbox would be a better long term solution, but I couldn't discern particular consensus from that thread. On 2021-01-20, rons0 commented that:
This was the last comment in the thread, at the time of writing, that was relevant to the implementation, and it didn't seem to get contested. I'm happy to look into a checkbox in the menu, but I wrote this patch in part because I needed to work around this problem quickly. |
Pull Request Test Coverage Report for Build 1068985745
💛 - Coveralls |
Co-authored-by: Be <[email protected]>
Yes, that was my last statement there. I understand that the current implementation is the easiest way to do it. If you don't know how to implement the checkbox solution you can take a look at how for example the 'fullscreen' option is handled in Pref >Interface |
@eddsalkield |
@eddsalkield Any news on this? |
This PR is marked as stale because it has been open 90 days with no activity. |
as a new Mixx user this is something I've stumbled over right now |
Also ran into this issue now. Since there is so little activity on this, wouldn't it be better to just merge this feature as is, rather than not having it for another couple of years? |
We can't merge this right now. It is conflicting and we have also no formal permission. Do you have interest to start over with the checkbox? |
Closing this now. |
Adds a
--midiThrough
argument to enable the display of Midi Through ports in Preferences/Controllers.Is the first proposed step to resolve #8356