Re: AU: Dynamics Processor Status?
Re: AU: Dynamics Processor Status?
- Subject: Re: AU: Dynamics Processor Status?
- From: Bill Stewart <email@hidden>
- Date: Sat, 15 Mar 2003 10:29:30 -0800
Yes...
Perferably, as it is a V1 audio unit and we now we have every other
unit available as V2 and no developers are doing V1 units, I would just
skip the V1 units all together.
Thus:
if (componentType == 'aunt')
skip
Whilst we will fix the V1 version of this unit, there will also be a V2
version at that point anyway.
We are not doing any further development of V1 based units - as far as
we are concerned they are deprecated
Bill
On Friday, March 14, 2003, at 08:35 PM, Jeremy Sagan wrote:
I was wondering what the status of Apple's Dynamics Processor plug-in
is? I had assumed that since there was a known problem in 10.2.3 that
it would be fixed in 10.2.4 but apparently not.
Is it safe to skip the plug-in with pseudocode like this (now);
if (Between(0x1023, 0x1024, gSystemVersion) &&
kAudioUnitID_DynamicsProcessor == compdesc.componentManufacturer ))
continue;
I am hoping that when the plug-in is fixed I can allow it to again be
added to the my app's plug-in list.
Thanks,
Jeremy
_______________________________________________
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.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.