MIDIEventPacketNext(_:)
Advances a packet pointer to the next packet in memory, if the packet is part of an event list.
Declaration
func MIDIEventPacketNext(_ pkt: UnsafePointer<MIDIEventPacket>) -> UnsafeMutablePointer<MIDIEventPacket>Parameters
- pkt:
A pointer to a Midieventpacket in an event list.
Return Value
The subsequent packet in the event list.