lighting a LED in maxmsp
I need to get two leds lighted when a certain key on the comuter keyboard is pushed. What is the easiest way to do this?
The original idea was to use caps lock and num lock but apparently, max does not recognize those keys.
The modifiers object reports caps lock. Of course you've seen the key and keyup objects...
THe keyup object I have heard of, the modifiers objects not. I wil give it a try