Re: AU from scratch
Re: AU from scratch
- Subject: Re: AU from scratch
- From: Airy André <email@hidden>
- Date: Mon, 1 Dec 2003 19:43:18 +0100
Le 1 dic. 03, ` 11:22, nick a icrit :
On Friday, Nov 28, 2003, at 17:03 Europe/London, Scott Ruda wrote:
The only problem I'm having now is trying to get a custom view
working. Currently it only works with the built-in generic view
stuff. I didn't want to use the Airy custom UI stuff because I wanted
to stay with the roots of the Apple supplied stuff (for now). But you
might want to look at the Airy UI kit, as he has added support for
loading a custom view from a nib file, along with support for custom
view objects, which is non-trivial.
The funny thing is, I'm having troubles getting the built-in Generic
view to work! I always end up with a blank window being displayed. Any
ideas why this could be? Where exactly does the Generic View get its
information from?
Cheers,
Nick
____________
The only source for these infos is your AU. So, by asking to your AU
with the properties ParameterList and ParameterInfo.
The ParameterList is automatically created by the C++ SDK classes when
you use SetParameter.
The ParameterInfo are given by overriding GetParameterInfo.
Go there to get all the infos :
http://www.mat.ucsb.edu:8000/CoreAudio/83
The CoreAudio is a must read for any AU writer.
Airy
_______________________________________________
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.