#include <AAX_IMIDINode.h>
◆ ~AAX_IMIDINode()
| virtual AAX_IMIDINode::~AAX_IMIDINode |
( |
| ) |
|
|
inlinevirtual |
◆ GetNodeBuffer()
Returns a MIDI stream data structure.
◆ PostMIDIPacket()
Posts an AAX_CMidiPacket to an output MIDI node.
- Host Compatibility Notes:
- Pro Tools supports the following MIDI events from plug-ins:
- NoteOn
- NoteOff
- Pitch bend
- Polyphonic key pressure
- Bank select (controller #0)
- Program change (no bank)
- Channel pressure
- Parameters
-
| [in] | packet | The MIDI packet to be pushed to a MIDI output node |
◆ GetTransport()
Returns a transport object.
- Warning
- The returned interface is not versioned. Calling a method on this interface that is not supported by the host will result in undefined behavior, usually a crash. You must either check the host version before using this interface or limit the use of this interface to V1 Transport interface methods.
Wherever possible, use a versioned Transport object such as the one created in AAX_CEffectParameters::Initialize() rather than this unversioned interface.
The documentation for this class was generated from the following file: