Stealing transport control in Cocoa AUs & Logic (& elsewhere)
Stealing transport control in Cocoa AUs & Logic (& elsewhere)
- Subject: Stealing transport control in Cocoa AUs & Logic (& elsewhere)
- From: Jonah Petri <email@hidden>
- Date: Fri, 15 Apr 2011 14:24:47 -0400
Hello list,
My plugin pops out a utility window which accepts first responder and responds to some keyboard events. Unfortunately the events which I don't handle (e.g. the spacebar key) go to the window's noResponder: method, which just beeps. This means that when the user has my window frontmost, he can't use the normal keyboard events to control transport.
Is there some convention for handling this case? I could synthesize events to be sent to the window containing my main AU view... that's the best idea I've come up with at the moment, but I don't want to make some host developer miserable in the future by doing something hacky like that...
Thanks for the advice,
Jonah _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden