Yes, Python can do this.
Just wanted to be sure there wasn't a way to do it natively in PD...or with a single object such as [hid].
The benefits of using Ableton Live for what I do, unfortunately,
greatly outweigh the minor added trouble in automating certain
processes ;)
Thanks
rs
What about OSC, local socket?
Seems the question you should be asking is how to control Ableton live
the way you want to control it...
since the keystrokes to ableton come from the OS, then it is the OS that
needs to send them... I don't know of any software that does this, you
want some kind of reverse key-logger...
Maybe the python API has some hooks into keyboard events...
Seems to me it Ableton causing the issue here... Anything you could use
instead? Reaktor has some OSC support apparently...
Good luck.
b.
Ryan Supak wrote:
> I am sending a series of keystrokes to an OSX app -- Ableton Live.
> Ableton Live will be the "in focus" app at this time.
>
> There's no way to do what I want to do via MIDI, it has to be keystrokes
> in this case.
>
> Thanks again!
> rs