Re: AU : carbon view how to ?
Re: AU : carbon view how to ?
- Subject: Re: AU : carbon view how to ?
- From: Urs Heckmann <email@hidden>
- Date: Mon, 14 Oct 2002 16:25:49 +0200
Am Montag, 14.10.02, um 15:52 Uhr (Europe/Berlin) schrieb
email@hidden:
Hi,
I'm currently porting the UI part of my plugins.
- First I tried to register my events the regular way (as with a
stand-alone app). I din't get some events since it seems that the
carbon pane is blocking events
I havn't experienced that.
- Then I tried to attach events to the carbon pane. It won't work
unless I use event of class kEventClassControl (of course)
Here is my question : That way I only get the half of the events I
want since there are not all events type I want in kEventClassControl.
Then how shall I get equivalents to :
- MouseUp ?
- MouseMoved ?
- MouseDragged ?
- KeyDown ?
- KeyRepeat ?
- WheelMoved ?
Emulating them is definitively the good way, isn't it ?
How shall I do that then ? Having the availability to embed control is
a great feature, but with half of the events...
Hi,
I have some (3-week old) example code on my site:
www.u-he.com/urs_au.html - It is in the first download link.
Please note you'll find only MouseTracking inside that.
Logic unfortunately blocks about everything except Mousetracking (which
does MouseDown, MouseDrag, MouseUp). But as far as Emagic devsupport
says, they are working on more Carbon purity.
Apple also has new sample code for the HIToolbox way of things.
Hope this helps.
Cheers,
;) Urs
P.S.: I'm going to improve + tidy up the code used in Rumblence (
www.u-he.com/rumblence ) and make it available. If you need a current
version with several dirty hacks and a few glitches, feel free to
contact me directly.
_______________________________________________
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.