<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kMultiChannelMixerParam_Pan",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kMultiChannelMixerParam_Volume@kMultiChannelMixerParam_Pan"
  },
  "title" : "kMultiChannelMixerParam_Pan"
}
-->

# kMultiChannelMixerParam_Pan

The panning value for the mixer.

```
var kMultiChannelMixerParam_Pan: AudioUnitParameterID { get }
```

## Discussion

Global scope. The value should be a number between `-1.0` and `1.0`, where `-1.0` represents far left and `1.0` represents far right. The default value is `0`. Setting [`kAudioUnitProperty_MatrixLevels`](/documentation/AudioToolbox/kAudioUnitProperty_MatrixLevels) overrides any value set for `kMultiChannelMixerParam_Pan` and vice versa.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)