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

# init(data:)

Creates a MIDI profile for the specified data.

## Declaration

```swift
init(data: Data)
```

## Parameters

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

## See Also

### Creating a Profile

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