tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
tracktion_engine_model_1.cpp
Go to the documentation of this file.
1 /*
2 ,--. ,--. ,--. ,--.
3 ,-' '-.,--.--.,--,--.,---.| |,-.,-' '-.`--' ,---. ,--,--, Copyright 2024
4 '-. .-'| .--' ,-. | .--'| /'-. .-',--.| .-. || \ Tracktion Software
5 | | | | \ '-' \ `--.| \ \ | | | |' '-' '| || | Corporation
6 `---' `--' `--`--'`---'`--'`--' `---' `--' `---' `--''--' www.tracktion.com
7
8 Tracktion Engine uses a GPL/commercial licence - see LICENCE.md for details.
9*/
10
11#if ! JUCE_PROJUCER_LIVE_BUILD
12
13#include <future>
14#include <chrono>
15
16#include "3rd_party/magic_enum/tracktion_magic_enum.hpp"
17
18using namespace std::literals;
19
20#ifdef __GNUC__
21 #pragma GCC diagnostic push
22 #pragma GCC diagnostic ignored "-Wfloat-equal"
23#endif
24
27
28#include "tracktion_engine.h"
29
31
34
38//#include "model/edit/tracktion_Edit.test.cpp"
43
60
68//#include "model/clips/tracktion_FollowActions.test.cpp"
70//#include "model/clips/tracktion_LauncherClipPlaybackHandle.test.cpp"
72//#include "model/clips/tracktion_LaunchHandle.test.cpp"
76//#include "model/clips/tracktion_ContainerClip.test.cpp"
78//#include "model/clips/tracktion_MidiClip.test.cpp"
85
86#ifdef __GNUC__
87 #pragma GCC diagnostic pop
88#endif
89
90#endif