Hi,
I'm trying to have PD "programatically" send a keystroke, just as if a key on the keyboard was pressed.
I imagine this can easily be done with pyExt, but is there a simpler way?
Thanks for any thoughts! rs
well, you could always just attach [recieve] objects next to your [key] objects....and then attach a [send] to a bang or whatever, but i guess that's not as simple as you want, eh?