I have different keys assigned to "roll" (rapid fire, like a drum roll) different samples. For example, if I press 'R' sample 1 will roll, if I press 'G' sample 2 will roll, and so on. My problem is any time I release a key (keyup) it's as if I am letting go of everything even if I am still holding some of the keys down.
Is there a way to make it so you can be holding down a key, then press and release other keys but have the first key (that you are still holding down) still recognized as being held the whole time?
Don't know if that makes sense. I can get the holding down multiple keys, but as soon as I release any of them it's as if I'm releasing all of them. I thought maybe I needed to assign the key numbers to the keyup commands, but that didn't seem to make a difference.
Any clue?