AAX SDK 2.8.0
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-2024 Avid Technology, Inc.
4 * All rights reserved.
5 *
6 * This file is part of the Avid AAX SDK.
7 *
8 * The AAX SDK is subject to commercial or open-source licensing.
9 *
10 * By using the AAX SDK, you agree to the terms of both the Avid AAX SDK License
11 * Agreement and Avid Privacy Policy.
12 *
13 * AAX SDK License: https://developer.avid.com/aax
14 * Privacy Policy: https://www.avid.com/legal/privacy-policy-statement
15 *
16 * Or: You may also use this code under the terms of the GPL v3 (see
17 * www.gnu.org/licenses).
18 *
19 * THE AAX SDK IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
20 * EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
21 * DISCLAIMED.
22 */
23
29/*================================================================================================*/
30
32#ifndef AAX_MIDILOGGING_H
33#define AAX_MIDILOGGING_H
35
36// AAX Includes
37#include "AAX.h"
38
39namespace AAX
40{
51 void AsStringMIDIStream_Debug(const AAX_CMidiStream& inStream, char* outBuffer, int32_t inBufferSize);
53}
54
56#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:777
Definition: AAX_EnvironmentUtilities.h:72
MIDI stream data structure used by AAX_IMIDINode.
Definition: AAX.h:674