Re: my first AudioUnits...
Re: my first AudioUnits...
- Subject: Re: my first AudioUnits...
- From: Urs Heckmann <email@hidden>
- Date: Sun, 22 Sep 2002 18:41:22 +0200
Am Sonntag, 22.09.02, um 18:06 Uhr (Europe/Berlin) schrieb Stewart
Moroney:
Hi
I unstuffed your audio units and added them to the
Library/..../Components
folder. Should these now show up in Dave? Or does Dave only pick up
apple's AUs.
Stewart
I think Dave's for AU1s. You can use AudioUnitHosting to start them.
I have tweaked AUH to not looking for Apple AUs in
file AudioUnitHosting.cpp,
function void AudioUnitHosting::GetListOfAudioUnits()
this line
cd2.componentManufacturer = kAudioUnitManufacturer_Apple;
to
cd2.componentManufacturer = 0; //kAudioUnitManufacturer_Apple;
It should look for other AUs anyway, but this tweak just did better in
my environment during the initial times when nothing seemed to work at
all.
Cheers,
;) Urs
_______________________________________________
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.