Re: using the Generic AUView
Re: using the Generic AUView
- Subject: Re: using the Generic AUView
- From: Doug Wyatt <email@hidden>
- Date: Thu, 17 Oct 2002 21:58:57 -0400
Bill and Alberto are right, of course, but I'm still curious as to why
your attempt to force the use of the generic UI failed. You might like
to step through the code in AudioUnitHosting and see why it's failing?
Doug
On Thursday, Oct 17, 2002, at 18:55 America/New_York, Bill Stewart
wrote:
You shouldn't have to do anything at all - because the AUBase class by
default does NOT implement this property (and even in the revised
version
that provides support for this, the default AUBase imp will still
report an
invalid property error unless the sub class overides this)..
Bill
on 17/10/02 2:53 PM, Alberto Ricci wrote:
Hi. Is there anything special that an AU has to do to indicate that
it
would like hosts to use Apple's generic AUView?
You should simply not override AUEffectBase::GetProperty (at least
not for the GetUIComponentList property). Or return
kAudioUnitErr_InvalidProperty when you're asked about that property.
See the sample code in /Developer/Examples/CoreAudio/AudioUnits/...
Alberto.
--
Doug Wyatt
work: email@hidden (CoreAudio)
personal: email@hidden
http://www.sonosphere.com
_______________________________________________
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.