MIDIEventListInit(_:_:)
Initializes an event list.
Declaration
func MIDIEventListInit(_ evtlist: UnsafeMutablePointer<MIDIEventList>, _ protocol: MIDIProtocolID) -> UnsafeMutablePointer<MIDIEventPacket>Parameters
- evtlist:
The event list to initialize.
- protocol:
The MIDI protocol variant.
Return Value
A pointer to the first MIDIEventPacket in the event list.