AAX SDK 2.8.0
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_SessionDocumentTypes.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2023-2024 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * This file is part of the Avid AAX SDK.
8 *
9 * The AAX SDK is subject to commercial or open-source licensing.
10 *
11 * By using the AAX SDK, you agree to the terms of both the Avid AAX SDK License
12 * Agreement and Avid Privacy Policy.
13 *
14 * AAX SDK License: https://developer.avid.com/aax
15 * Privacy Policy: https://www.avid.com/legal/privacy-policy-statement
16 *
17 * Or: You may also use this code under the terms of the GPL v3 (see
18 * www.gnu.org/licenses).
19 *
20 * THE AAX SDK IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
21 * EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
22 * DISCLAIMED.
23 *
24 */
25
29/*================================================================================================*/
30
31#pragma once
32#ifndef AAX_SessionDocumentTypes_H
33#define AAX_SessionDocumentTypes_H
34
35#include "AAX.h"
36#include <stdint.h>
37
39
40#include AAX_ALIGN_FILE_BEGIN
41#include AAX_ALIGN_FILE_HOST
42#include AAX_ALIGN_FILE_END
43
45{
46 int64_t mSampleLocation{0};
47 float mValue{0.f};
48};
49static_assert(16 == sizeof(AAX_CTempoBreakpoint), "Unexpected size for AAX_CTempoBreakpoint");
50
51#include AAX_ALIGN_FILE_BEGIN
52#include AAX_ALIGN_FILE_RESET
53#include AAX_ALIGN_FILE_END
54
55#endif // AAX_SessionDocumentTypes_H
AAX_CONSTEXPR AAX_CTypeID kAAX_DataBufferType_TempoBreakpointArray
Definition: AAX_SessionDocumentTypes.h:38
Various utility definitions for AAX.
#define AAX_CONSTEXPR
constexpr keyword macro
Definition: AAX.h:175
uint32_t AAX_CTypeID
Matches type of OSType used in classic plugins.
Definition: AAX.h:346
Definition: AAX_SessionDocumentTypes.h:45
int64_t mSampleLocation
Definition: AAX_SessionDocumentTypes.h:46
float mValue
Definition: AAX_SessionDocumentTypes.h:47