![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX.h>
Packet structure for MIDI data.
Public Attributes | |
uint32_t | mTimestamp |
This is the playback time at which the MIDI event should occur, relative to the beginning of the current audio buffer. More... | |
uint32_t | mLength |
The length of MIDI message, in terms of bytes. More... | |
unsigned char | mData [4] |
The MIDI message itself. Each array element is one byte of the message, with the 0th element being the first byte. More... | |
AAX_CBoolean | mIsImmediate |
Indicates that the message is to be sent as soon as possible. More... | |
uint32_t AAX_CMidiPacket::mTimestamp |
This is the playback time at which the MIDI event should occur, relative to the beginning of the current audio buffer.
uint32_t AAX_CMidiPacket::mLength |
The length of MIDI message, in terms of bytes.
unsigned char AAX_CMidiPacket::mData[4] |
The MIDI message itself. Each array element is one byte of the message, with the 0th element being the first byte.
Referenced by AAX::IsAccentedClick(), AAX::IsAllNotesOff(), AAX::IsNoteOff(), AAX::IsNoteOn(), and AAX::IsUnaccentedClick().
AAX_CBoolean AAX_CMidiPacket::mIsImmediate |
Indicates that the message is to be sent as soon as possible.
mTimestamp == 0
to detect immediate packets