How to check if a key is held
-
Is there a command to check if a key is held down?
Edit: Actually I guess I could do this using a MidiList to record when each key is pressed or released...
-
I think there is also a Synth.isKeyDown or something like that...
-
Aha, I didn't see that in the API list, I'll try it out
-
I thought it was there, but it wasn't. But I added it now, this is a reasonable request.