Hey there.
Im setting up a project to be used when teaching. since i do not have a complete set of midi controllers for all students in the class, i will make two different versions of my project, one using the midi conbtrollers, and one using the built in keyboard.
In my usual project i have a launchpad mini and a nanokontrol2 as the MIDI controllers.
To be able to have almost as many keys as i have pads on the Launchpad, i want to set up some of the controls to be the normal keys, and some of them to be controlled by the same keys, but with Caps Lock pressed.
So far nothing is nontrivial. But:
I would really like to have some indication inside my VDMX interface on the status of the CAPS LOCK button state. In all normal usecase situations the caps lock acts as a modiufier key, and therefore should bnot be recognized as a normal button press in VDMX, but in theis case i do not want the caps lock to control anything but a few new toggle buttons in the control surfaces i already have in the user interface. These should have the sole function of beeing activated and therefore beeing red when the caps lock is on for the part of the interface that reacts to the CAPS lock on parts of the interface, and on the other part of the interface beeing red when the caps lock is not activated…
I imagine there might be a secret code i can write into the button reciever field to reach the state of the CAPS LOCK button state. I naively tried writing Caps Lock hoping to do magic, but no dice. Is this possible?
Im aware that it makes complete sense not to use this as a normal data source in most situations, but for the interface feedback situation i describe here it would make sense to have this state available as a data source.
Thanks for the help! Lau