Re: infinite AU cocoa view frustrations
Re: infinite AU cocoa view frustrations
- Subject: Re: infinite AU cocoa view frustrations
- From: Cynthia Maxwell <email@hidden>
- Date: Fri, 23 Feb 2007 12:31:54 -0800
For one, since you have defined the manufacturer to be "AiAu", you should not be using "mycompany" in the identifier. Also, you should make sure that the bundle string is also changed in the info.plist , CocoaViewFactory.plist and in the audio unit source file, not just in the project target settings.
Grep'ing for "Demo" and changing everything to "AiAu" and changing "Pass" to "test" validates fine for me...
2. I change the #define subtype and manufacturer in CocoaEffectVersion.h to "test" and "AiAu".
3. I change the CFBundleIdentifier of my CocoaEffect target to "com.mycompany.audiounit.CocoaEffect" and the creator to "AiAu"
4. I change the CFBundleIdentifier of the CocoaUI target to "com.mycompany.audiounit.CocoaEffect" and the creator to "AiAu". I set the principle class to CocoaViewFactory and the main nib file to "CocoaView" (I know I'm not supposed to do this.).
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden