AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_MIDILogging.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 * Copyright 2015, 2023 Avid Technology, Inc.
4 * All rights reserved.
5 *
6 * CONFIDENTIAL: this document contains confidential information of Avid. Do
7 * not disclose to any third party. Use of the information contained in this
8 * document is subject to an Avid SDK license.
9 */
10
16/*================================================================================================*/
17
19#ifndef AAX_MIDILOGGING_H
20#define AAX_MIDILOGGING_H
22
23// AAX Includes
24#include "AAX.h"
25
26namespace AAX
27{
38 void AsStringMIDIStream_Debug(const AAX_CMidiStream& inStream, char* outBuffer, int32_t inBufferSize);
40}
41
43#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:764
Definition: AAX_EnvironmentUtilities.h:59
MIDI stream data structure used by AAX_IMIDINode.
Definition: AAX.h:661