---
title: MIDICIProfile
framework: coremidi
role: symbol
role_heading: Class
path: coremidi/midiciprofile
---

# MIDICIProfile

A mapping of MIDI messages to specific sounds and synthesis behaviors, such as General MIDI, a drawbar organ, and so on.

## Declaration

```swift
class MIDICIProfile
```

## Topics

### Creating a Profile

- [init(data:)](coremidi/midiciprofile/init(data:).md)
- [init(data:name:)](coremidi/midiciprofile/init(data:name:).md)

### Inspecting a Profile

- [name](coremidi/midiciprofile/name.md)
- [profileID](coremidi/midiciprofile/profileid.md)

### Initializers

- [init(coder:)](coremidi/midiciprofile/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Capability Inquiry

- [MIDICIDiscoveryManager](coremidi/midicidiscoverymanager.md)
- [MIDICISession](coremidi/midicisession.md)
- [MIDICIProfileState](coremidi/midiciprofilestate.md)
- [MIDICIResponder](coremidi/midiciresponder.md)
