dvvvayne wrote:I had on my mind hot cue buttons (1,2,3 and select), if i have e.g. 1 and 2 cues set on deck A and i change deck to C i can still see that cues are set but they are only on deck a. I must set it one more time but on deck C and delete on deck to stop lighting those buttons.
What you are describing is a combined limitation from the controller and the software.
If you had deck C loaded, the hot cue lights indication is correct for deck C then you load Deck A and the hot cue lights will change to reflect the hot cue state on deck A.
After that if you change back to deck C the hot cue lights will not update unless you reload the deck.
There are two reasons for this behavior
The U-Mix Control Pro 2 or 1 do not provide for addiditional LEDs that can be used to indicate the state of multiple decks.
The other thing is that even if there are no additional LEDs the mapping software does not provide for reset and rescan of a deck state, conditional output mapping mor nested loops.
Conditional output mapping or nested MIDI loop would allow for the correct behavior but with the information I have I don't know if it is even possible to implement.
In my map the condition ML1 turn on control for deck C. If conditional mapping was possible then out would do something like
in layman terms
if ML1 is true
Then
Turn off all lights for deck A
Scan state for deck C
Turn on/off lights for deck C
else
Scan state for deck A
Turn on/off lights for deck A
endif
From what I have been able to see those type of commands are not available in output mapping.
Perhaps a developer can shime in on how to handle a deck change and still have all the indicator light up correctly for the correct deck.
I will investigate a little more to see if it might work with a nested loop. I can also turn off all the lights everytime you change deck but I don't kniw if they will retain state or change with subsequesnt controller actions. I have to chek on that.