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

« « « Anklang Documentation
Loading...
Searching...
No Matches
tracktion_engine_model_2.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 "3rd_party/magic_enum/tracktion_magic_enum.hpp"
14
15#include <future>
16using namespace std::literals;
17
18#ifdef __GNUC__
19 #pragma GCC diagnostic push
20 #pragma GCC diagnostic ignored "-Wfloat-equal"
21#endif
22
23#include "tracktion_engine.h"
24
26
28
34
43//#include "model/tracks/tracktion_ClipSlot.test.cpp"
49//#include "model/tracks/tracktion_EditTime.test.cpp"
53
56//#include "model/edit/tracktion_LaunchQuantisation.test.cpp"
68
72//#include "model/export/tracktion_Renderer.test.cpp"
79//#include "audio_files/tracktion_LoopInfo.test.cpp"
80
86
87#ifdef __GNUC__
88 #pragma GCC diagnostic pop
89#endif
90
91#endif