---
title: "init(data:name:)"
framework: coremidi
role: symbol
role_heading: Initializer
path: "coremidi/midiciprofile/init(data:name:)"
---

# init(data:name:)

Creates a named MIDI profile for the specified data.

## Declaration

```swift
init(data: Data, name inName: String)
```

## Parameters

- `data`: The profile’s unique byte sequence.
- `inName`: The profile name.

## See Also

### Creating a Profile

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