AU incorrectly reports Dynamic Configuration capability ???
AU incorrectly reports Dynamic Configuration capability ???
- Subject: AU incorrectly reports Dynamic Configuration capability ???
- From: Chris <email@hidden>
- Date: Mon, 14 Aug 2006 15:47:07 +0200
Hello,
auval returns this when I try to validate my plugin (effect)...
Does anyone has an idea of what is the problem?
(Plugin is working in AULab anyway)
I have redefined
public: UInt32 SupportedNumChannels (const AUChannelInfo** outInfo)
{
if (outInfo==NULL) return 2;
else
{
_AUChannelInfo.inChannels = -1;
_AUChannelInfo.outChannels = 2;
return 2;
}
}
Best regards
Chris
(XCODE 2.4, OSX10.4.7 and MACBOOK, auval 1.1.2c11 )
Input/Output Channel Handling:
1-1 1-2 1-4 1-5 2-2 2-4 2-5 4-4 4-5
5-5 5-2 6-6 8-8
X X
X
ERROR: AU incorrectly reports Dynamic Configuration capability (bus
count is not writable)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden