AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
AAX_CMidiPacket Struct Reference

#include <AAX.h>

Description

Packet structure for MIDI data.

See Also
AAX_CMidiStream
Legacy Porting Notes:
Corresponds to DirectMidiPacket in the legacy SDK

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

Member Data Documentation

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.

AAX_CBoolean AAX_CMidiPacket::mIsImmediate

Indicates that the message is to be sent as soon as possible.


The documentation for this struct was generated from the following file: