Re: Basic Question
Re: Basic Question
- Subject: Re: Basic Question
- From: Art Gillespie <email@hidden>
- Date: Sat, 19 Oct 2002 19:44:11 -0400
I believe the sample code is set up as a v1 audio unit...
IIRC changing the following in MultitapAU.r fixed it to show up.
That's how everyone spends the first few hours on AU, it's like a rite
of passage. :)
...
#define COMP_TYPE kAudioUnitType_Effect
#define COMP_SUBTYPE 'fbar'
#define COMP_MANUF 'asmd'
...
Best,
Art
>
>0xBA
On Saturday, October 19, 2002, at 07:11 PM, Steve Wilson wrote:
>
I have a pretty simple question. I am starting to develop AU type
>
plugins
>
after having done VST and RTAS/TDM work. THe first thing I am doing is
>
playing
>
with the sample code. I can buld the Sample Effect fine. I then
>
install it in
>
either /Library/Audio/Plug-Ins/Components or
>
~/Library/Audio/Plug-Ins/Components. I then log out/in or restart.
>
When I
>
start the AudioUnitHosting sample, the SampleEffect plug-in is not
>
seen. I
>
stepped through the AudioUnitHosting code and it looks like it should
>
see the
>
SampleEffect Plug-In (with FindNextComponent) but it does not.
>
>
Any insights, anyone.
>
>
Thanks,
>
Steve Wilson
>
_______________________________________________
>
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.
_______________________________________________
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.