Problem with kEventMouseDown
Problem with kEventMouseDown
- Subject: Problem with kEventMouseDown
- From: Hans Möller <email@hidden>
- Date: Thu, 16 Oct 2003 12:40:52 +0200
Hello
Im porting a VST plugin using Emagics VST2AU sdk to AudioUnits. My VST
plugin uses Carbon Events, every thing works except one thing. The
problem is that my plugin doesn't receive mouse down event
correctly(kEventMouseDown). The strange thing is that it sometimes
works, and I dont know when this happens but it's often in combination
of open closing window, or a debug break point is called, after this
everything seems to work. So it looks like a timing problem. Other
events are passed correctly to my plugin(mouse up etc). My plugin
should receive mouse events first (if I understand the document about
carbon events correctly) and then passed to the AudioUnit. Does anybody
know what could be the problem.
Regards
Hans Mvller
_______________________________________________
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.