Re: BusCount (Was: ClassInfo & PresentPreset confusion)
Re: BusCount (Was: ClassInfo & PresentPreset confusion)
- Subject: Re: BusCount (Was: ClassInfo & PresentPreset confusion)
- From: "Hae-seong Zo" <email@hidden>
- Date: Sun, 6 Nov 2005 00:10:54 +0900
- Y-message-id: <01b901c5e21b$2750faa0$0200000a@Just>
I've solved the problem.
For the record and other guys who have the pain like me :-)
I changed the constructor like this.
...
MyAU::MyAU(AudioUnit component)
: MusicDeviceBase(component, 0, 1) // not 2, 1 that is minimum output bus
...
And in Initialize()
...
CreateElements();
long numOfOutputBuses = Outputs().GetNumberOfElements();
...
> You need to assign additional instrument outputs (your second bus) to
> Aux bus input.
Oh, thanks. :)
Hae-seong Zo.
LUXONIX.
http://luxonix.com
_______________________________________________
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