MIDIPacketNextAbstract: Advance a MIDIPacket pointer to the MIDIPacket which immediately follows it in memory if it is part of a MIDIPacketList.extern MIDIPacket * MIDIPacketNext( MIDIPacket *pkt ); This is implemented as a macro for efficiency and to avoid
const problems.
ParametersResult: The subsequent packet. |