Re: UI event bugs w/ AUs in Cocoa-based hosts
Re: UI event bugs w/ AUs in Cocoa-based hosts
- Subject: Re: UI event bugs w/ AUs in Cocoa-based hosts
- From: Ben Dyer <email@hidden>
- Date: Fri, 12 Sep 2003 13:39:26 +0100
Hi Jim,
Yes, I've seen this behaviour in Cocoa hosts.
I discovered that after the first kEventMouse event, I didn't get any
more - only kEventClassControl events!
The solution is to handle mouse events via kEventMouse or
kEventClassControl using essentially
the same mouse handler.
Maybe there is a deeper reason for these problems but that's my current
solution.
If you need any more info then feel free to contact me off-list.
Cheers,
Ben.
On Wednesday, Sep 10, 2003, at 23:29 Europe/London, James Coker wrote:
In adding AU support to Numerology, I've run into some plugins
whose UIs don't respond to mouse actions unless the control
key is held down. This problem seems to be directly related
to Cocoa (vs. Carbon) hosts as it always happens in SynthTest
as well. In some cases, it seems to be related to a bug
in the original version of the VST2AU code.
I wanted to ask if anyone knows the cause of this behavior,
and what the fix is, so that when I report the problem to
AU developers, I can also specify how to solve it.
Thanks,
Jim
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.