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

« « « Anklang Documentation
Loading...
Searching...
No Matches
tracktion_ArrangerTrack.h
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
11namespace tracktion { inline namespace engine
12{
13
17{
18public:
20 ~ArrangerTrack() override;
21
22 bool isArrangerTrack() const override;
24 juce::String getName() const override;
25 bool canContainPlugin (Plugin*) const override;
26
27private:
29};
30
31}} // namespace tracktion { inline namespace engine
A track similar to the MarkerTrack but can be used to move sections of an Edit around.
bool isArrangerTrack() const override
Returns true if this is an ArrangerTrack.
juce::String getSelectableDescription() override
Subclasses must return a description of what they are.
bool canContainPlugin(Plugin *) const override
Returns true if this track can contain a specific Plugin.
The Tracktion Edit class!
#define JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(className)