RE: ClassInfo & PresentPreset confusion
RE: ClassInfo & PresentPreset confusion
- Subject: RE: ClassInfo & PresentPreset confusion
- From: "Muon Software Ltd - Dave" <email@hidden>
- Date: Tue, 11 Oct 2005 17:55:35 +0100
- Importance: Normal
> UInt32 AUSynth::SupportedNumChannels(const AUChannelInfo** outInfo)
> {
> static const AUChannelInfo asChannelInfo[] = { { 0, 2 } };
> if ( outInfo )
> *outInfo = asChannelInfo;
> return 1;
> }
Is that definately right for an AU with 4 stereo outputs (but supporting
mono and a single stereo output by fudging the buffer pointers)?
With this code my AU doesn't show in the Mono or Multichannel menus in Logic
6.3.3. It also hangs AU Lab when trying to add the AU.
Regards
Dave
_______________________________________________
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