Hi Mahboud- where can I find that example?
Thanks,
Charlie On 13 Aug 2010, at 07:27, uɐıʇəqɐz pnoqɥɒɯ wrote: Apple's IOHost example does it the same way:
OSStatus result = AudioUnitSetParameter ( mixerUnit, kMultiChannelMixerParam_Pan, kAudioUnitScope_Input, mixerInputBus, newPanningPosition, 0 ); Look for a bug elsewhere, maybe?
On Aug 12, 2010, at 12:49 AM, Charlie Cullen wrote: Hi,
I'm having a problem trying to pan individual busses on the multichannel mixer (as is now offered in IOS4.0?).
I'm using the IOS 4.0 base SDK and the following code (where i is the bus index and pan is a Float32 value between -1 and 1):
AudioUnitSetParameter(mixerUnit, kMultiChannelMixerParam_Pan, kAudioUnitScope_Input, i, pan, 0);
Has anyone else got this working/found problems/any suggestions?
Thanks a lot,
Charlie
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
|