---
title: manufacturer
framework: coremidi
role: symbol
role_heading: Instance Property
path: coremidi/midicideviceidentification/manufacturer
---

# manufacturer

The MIDI System Exclusive (SysEx) ID of the device manufacturer.

## Declaration

```swift
var manufacturer: (UInt8, UInt8, UInt8)
```

## Discussion

Discussion This value is 3 bytes long. The framework pads single-byte System Exclusive (SysEx) IDs with trailing zeros. For example, Apple’s SysEx ID, 0x11, is 0x110000.

## See Also

### Configuring Device Identification

- [modelNumber](coremidi/midicideviceidentification/modelnumber.md)
- [family](coremidi/midicideviceidentification/family.md)
- [revisionLevel](coremidi/midicideviceidentification/revisionlevel.md)
- [reserved](coremidi/midicideviceidentification/reserved.md)
