Re: whats the best way to start AU
Re: whats the best way to start AU
- Subject: Re: whats the best way to start AU
- From: Urs Heckmann <email@hidden>
- Date: Fri, 7 Nov 2003 13:05:25 +0100
Am Freitag, 07.11.03, um 12:41 Uhr (Europe/Berlin) schrieb Malte
Steiner:
Urs' UI can be compiled under certain circumstances but crashes logic
or didn't show UI Editor, Urs, what I am doing wrong?
You have to patch GetPresets()... the Pointer being passed can be NULL,
hence you have to do this:
ComponentResult myAU::GetPresets ( CFArrayRef * outData) const
{
if (outData == NULL) return noErr; // Indicate that you have this
method implemented
// do as usual
}
I'm sorry that I couldn't keep that stuff up to date. I'm currently in
the process of releasing a big plug, and things have seen very
dramatical changes, so I'll finally offer a whole overhaul when I got
everything sorted... (my current versions do not have documentation...)
If you have more crashes with CAUGuiDemo, please send me a crash log
privately and I will reply with a fix.
(I think that GetParameterValueStrings() crashes as well... but I do
not know why)
Hope this helps,
;) Urs
urs heckmann
email@hidden
www.u-he.com <- Zebra Audio Unit comming soon
_______________________________________________
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.