---
title: kMIDIPropertyManufacturer
framework: coremidi
role: symbol
role_heading: Global Variable
path: coremidi/kmidipropertymanufacturer
---

# kMIDIPropertyManufacturer

The manufacturer name of a device or endpoint.

## Declaration

```swift
let kMIDIPropertyManufacturer: CFString
```

## Discussion

Discussion Use this property in the following cases: MIDI drivers set this property on their devices. Studio setup editors may allow the user to set this property on external devices. Creators of virtual endpoints may set this property on their endpoints.

## See Also

### Identification

- [kMIDIPropertyName](coremidi/kmidipropertyname.md)
- [kMIDIPropertyModel](coremidi/kmidipropertymodel.md)
- [kMIDIPropertyUniqueID](coremidi/kmidipropertyuniqueid.md)
- [kMIDIPropertyDeviceID](coremidi/kmidipropertydeviceid.md)
