We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is track_color but that's to set a specific rgb colour. (#2541)
track_color
It would be handy to be able to use MIDI to cycle through the limited palette of track colours that are available via the Library UI.
Mapped to a rotary encoder.
The text was updated successfully, but these errors were encountered:
So basically a per-deck equivalent for [Library],track_color_prev](https://manual.mixxx.org/2.4/en/chapters/appendix/mixxx_controls.html#control-[Library]-track_color_prev)
[Library],track_color_prev
Here's the library implementation
mixxx/src/library/librarycontrol.cpp
Line 312 in 2d2d5f3
and here the existing deck control
mixxx/src/mixer/basetrackplayer.cpp
Line 101 in 2d2d5f3
Tagging this 'easy', it's only about porting the _prev/_next controls to basetrackplayer.
Sorry, something went wrong.
Cheers! I'm going to focus on looking at the fractional BPM scaling control the now.
Successfully merging a pull request may close this issue.
Feature Description
There is
track_color
but that's to set a specific rgb colour. (#2541)It would be handy to be able to use MIDI to cycle through the limited palette of track colours that are available via the Library UI.
Mapped to a rotary encoder.
The text was updated successfully, but these errors were encountered: