11namespace tracktion {
inline namespace engine
The Tracktion Edit class!
A track to represent the master plugins.
~MasterTrack() override
Destructor.
bool canContainPlugin(Plugin *) const override
Returns true if this track can contain a specific Plugin.
void initialise() override
Initialises the Track.
juce::String getSelectableDescription() override
Subclasses must return a description of what they are.
bool isMasterTrack() const override
Returns true if this is a MasterTrack.
Base class for tracks which contain clips and plugins and can be added to Edit[s].