---
title: kMIDIPropertyReceiveChannels
framework: coremidi
role: symbol
role_heading: Global Variable
path: coremidi/kmidipropertyreceivechannels
---

# kMIDIPropertyReceiveChannels

The bitmap of channels on which the object receives messages.

## Declaration

```swift
let kMIDIPropertyReceiveChannels: CFString
```

## Discussion

Discussion You can use this property in the following scenarios: Drivers can set this property on their entities and endpoints. Studio setup editors can allow the user to set this property on external endpoints. Virtual destinations can set this property on their endpoints.

## See Also

### Channels

- [kMIDIPropertyTransmitChannels](coremidi/kmidipropertytransmitchannels.md)
- [kMIDIPropertyMaxReceiveChannels](coremidi/kmidipropertymaxreceivechannels.md)
- [kMIDIPropertyMaxTransmitChannels](coremidi/kmidipropertymaxtransmitchannels.md)
