I have a grid controlling two sliders which control the cutoff frequency and resonance of a filter i have made. I also want to be able to turn the cutoff frequency up and down by holding down z and x and change the resonance using . and ;.
So far I have used the key and select objects and made it so that when you press the desired key it adds or takes away the respective value for the slider.
The problem with this is that it only moves one increment when you touch the key and doesn't output the same message when you hit the key again, so you cant get around the problem by tapping the key alot.
What I am looking for is an object that continuously outputs its received data when a key is pressed and stops outputting the data when the key is released.
Does anyone know of one that exists?
Thanks in advance for your help!