AAX SDK  2.4.1
Avid Audio Extensions Development Kit
AAX_MIDILogging.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  * Copyright 2015 by Avid Technology, Inc.
4  * All rights reserved.
5  *
6  * CONFIDENTIAL: This document contains confidential information. Do not
7  * read or examine this document unless you are an Avid Technology employee
8  * or have signed a non-disclosure agreement with Avid Technology which protects
9  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
10  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
11  * OF Avid Technology, INC.
12  */
13 
19 /*================================================================================================*/
20 
22 #ifndef AAX_MIDILOGGING_H
23 #define AAX_MIDILOGGING_H
25 
26 // AAX Includes
27 #include "AAX.h"
28 
29 namespace AAX
30 {
41  void AsStringMIDIStream_Debug(const AAX_CMidiStream& inStream, char* outBuffer, int32_t inBufferSize);
43 }
44 
46 #endif // AAX_MIDILOGGING_H
Various utility definitions for AAX.
void AsStringMIDIStream_Debug(const AAX_CMidiStream &inStream, char *outBuffer, int32_t inBufferSize)
Definition: AAX_MIDILogging.cpp:767
Definition: AAX_Exception.h:42
MIDI stream data structure used by AAX_IMIDINode.
Definition: AAX.h:662