Re: Need help with the MatrixMixer
Re: Need help with the MatrixMixer
- Subject: Re: Need help with the MatrixMixer
- From: James McCartney <email@hidden>
- Date: Sun, 16 Nov 2003 13:32:37 -0800
On Nov 15, 2003, at 4:48 PM, Robert Grant wrote:
set the level of each intersection within the matrix
kMatrixMixerParam_Volume, kAudioUnitScope_Global
Some more explication on addressing these intersections would be
good.
The element number is sent as:
(input_channel << 16) | output_channel
channels are numbered consecutively across all buses, so that if you
have 4 stereo inputs they are numbered: 0,1, 2,3, 4,5, 6,7
and the same for output channels.
--
james mccartney
apple coreaudio
_______________________________________________
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.