Re: Problem loading Cocoa AU view
Re: Problem loading Cocoa AU view
- Subject: Re: Problem loading Cocoa AU view
- From: Luke Bellandi <email@hidden>
- Date: Tue, 15 Mar 2005 15:33:31 -0800
Hi Michael,
On Mar 15, 2005, at 3:22 PM, Michael Hanna wrote:
The
enum {
kParam_DelayLevel =0,
kParam_DelayTime =1,
kParam_DryWetMix =2,
kNumberOfParameters =3
};
struct is in both the view code and the UniTapDelay.h file. Bad idea?
Since it's your custom UI, you can do this however you like. If you
want to continue using these enum's in both places, I would just
caution against maintaining parallel code. Consider putting that
enum block in a common header file that both your AU and its UI can
include.
thanks yes, I fixed that cut-and-paste error, and I no longer have
that error and the AU passes validation too. However, in Cocoa AU
Host, when I set it to UniTapDelay in the pop-up there is no view
that appears, but when I choose the fifth AU in the pop-up
(currently Freeverb3) the view for UniTapDelay appears. Isn't that
strange?
BUT, in Rax, the Cocoa View appears fine.
Is there something wrong with the Cocoa AU Host, or my AU?
Which version of the SDK are you using (it should say in the ReadMe
file: /Developer/Examples/CoreAudio/ReadMe.rtf) ?
Luke
_______________________________________________
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