MIDIPacketNext

Abstract: 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.

Parameters

NameDescription
pktA pointer to a MIDIPacket in a MIDIPacketList.

Result: The subsequent packet.


[ Search xmidi.com:    ]


[ home | docs | apps | links ]