AUHosting
AUHosting
- Subject: AUHosting
- From: Bill Stewart <email@hidden>
- Date: Mon, 3 Mar 2003 19:16:02 -0800
One thing that is necessary for AU GUI is that they can be drawn in
their parent window at an offset that is NOT 0,0
We've seen a couple of GUIs that make that assumption, so when you
click on UI elements in the view, they end up drawing in the wrong
place.... This is actually one reason why the UI in AUHosting is offset
from 0,0 - so that you can see this...
I'd strongly recommend that using AUHosting is one of the QA steps you
take before releasing your AU...
If you want to use AUHosting with MIDI Input for MusicDevices (Synth)
units you change this in the AudioUnitHosting.cpp:
// set this to zero to host MusicDevice units
#define HOST_EFFECT_UNIT 1
to
// set this to zero to host MusicDevice units
#define HOST_EFFECT_UNIT 0
Thanks
Bill
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.