You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using [Library] MoveVertical it only works if the Mixxx window is the one that has focus (main application window, not sub-panes.)
Using additional software alongside standard DJing although maybe not entirely the norm is one of the more basic ways to expand your DJ set. This may be having sampler software with a drum kit of a soft synth to play keys over sections of your performance, for just some basic examples (or more advanced incorporating Mixxx in a true live set if your material is lacking enough for a full set.)
Strangely checking the terminal when launched with --controllerDebug shows it as considering the command to be an Up/Down key press when Mixxx is in focus, but to be a Tab key press when it is not (although it doesn't change which pane has focus like pressing Tab would do.)
So can we please have this MIDI control work no matter what application window is in focus by the operating system. It works for all other controls. I'm hoping it may be related to a Global Focus and be fixable by the addition of a Library Focus, which could also fix my comment on the bug below.
It would definitely improve things with that if there was a separate Library Focus that was restricted to the Library panes, so clicking on a control you don't have on your controller (probably a very common occurrence for some) would not lose your focus for library navigation, requiring you to click in the Library pane again or press Tab twice to return to it.
The text was updated successfully, but these errors were encountered:
The [Library]..MoveVertical is sending emulated key presses to the sidebar or trackstable, depending on what has focus. The Tab key in the log is sent by setLibraryFocus() in librarycontrol.cpp to re-focus the tracks table whenever a Track select knob is turned while another widget has focus.
Reported by: kazakore
Date: 2018-05-16T15:45:23Z
Status: Confirmed
Importance: Low
Launchpad Issue: lp1771611
Tags: controllers, library
When using [Library] MoveVertical it only works if the Mixxx window is the one that has focus (main application window, not sub-panes.)
Using additional software alongside standard DJing although maybe not entirely the norm is one of the more basic ways to expand your DJ set. This may be having sampler software with a drum kit of a soft synth to play keys over sections of your performance, for just some basic examples (or more advanced incorporating Mixxx in a true live set if your material is lacking enough for a full set.)
Strangely checking the terminal when launched with --controllerDebug shows it as considering the command to be an Up/Down key press when Mixxx is in focus, but to be a Tab key press when it is not (although it doesn't change which pane has focus like pressing Tab would do.)
So can we please have this MIDI control work no matter what application window is in focus by the operating system. It works for all other controls. I'm hoping it may be related to a Global Focus and be fixable by the addition of a Library Focus, which could also fix my comment on the bug below.
....
Semi-related bug:
https://bugs.launchpad.net/mixxx/+bug/1673196
It would definitely improve things with that if there was a separate Library Focus that was restricted to the Library panes, so clicking on a control you don't have on your controller (probably a very common occurrence for some) would not lose your focus for library navigation, requiring you to click in the Library pane again or press Tab twice to return to it.
The text was updated successfully, but these errors were encountered: