Re: multitap example and Logic
Re: multitap example and Logic
- Subject: Re: multitap example and Logic
- From: Marc Poirier <email@hidden>
- Date: Thu, 21 Nov 2002 15:44:33 +0100 (CET)
>
I've just downloaded the CoreAudio SDK and compiled the multitap delay
>
AU example. However, having copied the resulting .component to
>
/Library/Audio/Plug-Ins/Components, it does not appear in Logic. All
>
the other AU's I've downloaded from the net and placed here appear just
>
fine. Is there an issue with the example and Logic?
Yes, there actually is. I think this was a mistake, but the resource file
for the MultiTapAU was written in AU v1 style rather than AU v2.
Basically you want to modify the first part of MultitapAU.r like so:
#define COMP_TYPE kAudioUnitType_Effect
#define COMP_SUBTYPE 'asmd'
#define COMP_MANUF 'appl'
_______________________________________________
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.