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

« « « Anklang Documentation
Loading...
Searching...
No Matches
tracktion_MarkerTrack.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
15class MarkerTrack : public ClipTrack
16{
17public:
19 ~MarkerTrack() override;
20
21 bool isMarkerTrack() const override;
23 juce::String getName() const override;
24 bool canContainPlugin (Plugin*) const override;
25
26private:
28};
29
30}} // namespace tracktion { inline namespace engine
The Tracktion Edit class!
bool isMarkerTrack() const override
Returns true if this is a MarkerTrack.
bool canContainPlugin(Plugin *) const override
Returns true if this track can contain a specific Plugin.
juce::String getSelectableDescription() override
Subclasses must return a description of what they are.
#define JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(className)