Re: Sample AUs not registering
Re: Sample AUs not registering
- Subject: Re: Sample AUs not registering
- From: Brian Whitman <email@hidden>
- Date: Sun, 12 Jan 2003 16:07:20 -0500
Thanks marc, it was the first one. I stuck this in the .r:
#define COMP_TYPE kAudioUnitType_Effect
#define COMP_SUBTYPE 'Rica'
#define COMP_MANUF 'dspy'
#include "AUResources.r"
and it shows up now in Audio Unit viewer et. al.
On Sunday, January 12, 2003, at 04:19 PM, Marc Poirier wrote:
>
> Hi everyone, I'm hoping to convert some in-house vst-based stuff to
>
> AU,
>
> and am starting with the Coreaudio SDK. I'm having trouble getting the
>
> SampleEffectUnit and MultitapAU examples to register as AUs. I compile
>
> them fine and move them over to my
>
> ~/Library/Audio/Plug-Ins/Components/
>
> directory but they don't appear as possible effects in either of my
>
> test applications (SynthTest and Rax.)
>
>
>
> I've installed other 3rd party AUs fine in the same directory so I'm
>
> not sure what's up. I've been logging-in and out between coppies to
>
> ...
>
> Components/ but it still has no effect. I also tried the ln -s
>
> symbolic
>
> link trick and logging/in-out with no effect.
>
>
There are a couple of things that I can think of...
>
>
One is that, depending which version of the AU SDK you are using, they
>
might be using the AU v1 Component codes. Look in the .r files and
>
see if
>
COMP_TYPE is defined as kAudioUnitType_Effect or
>
kAudioUnitCarbonViewComponentType
>
>
Also, sometimes, for some weird reason, you need to reboot when you
>
introduce new AUs. It doesn't make sense and it only happens very
>
rarely,
>
but it's worth trying...
>
>
Marc
>
>
>
P.S. - Hi Brian. Welcome to the list.
_______________________________________________
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.