init(data:name:)
Creates a named MIDI profile for the specified data.
Declaration
init(data: Data, name inName: String)Parameters
- data:
The profile’s unique byte sequence.
- inName:
The profile name.
Creates a named MIDI profile for the specified data.
init(data: Data, name inName: String)The profile’s unique byte sequence.
The profile name.