init(type:data:)
Creates an event with a MIDI meta event type and data.
Declaration
init(type: AVMIDIMetaEvent.EventType, data: Data)Parameters
- type:
The meta event type.
- data:
The data that contains the contents of the meta event.
Creates an event with a MIDI meta event type and data.
init(type: AVMIDIMetaEvent.EventType, data: Data)The meta event type.
The data that contains the contents of the meta event.