AU output buses
AU output buses
- Subject: AU output buses
- From: Robert Grant <email@hidden>
- Date: Tue, 11 Nov 2003 20:40:00 -0500
I'm confused about the output buses on AU instruments. I'm trying to
support routing output buses to different mixer channels but I'm
confused about what I'm getting returned by:
OSStatus status = AudioUnitGetProperty(m_unit,
kAudioUnitProperty_BusCount,
kAudioUnitScope_Output,
0,
&numbuses,
&size );
Zebra (for example) is returning 2 buses but if I try to connect bus 1
(the second bus) to the mixer I get kAudioUnitErr_InvalidElement. And
most AU instruments are returning more than one output bus.
What am I missing?
Thanks,
Robert.
_______________________________________________
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.