11namespace tracktion {
inline namespace engine
33 int getFolderTrackNumber()
const noexcept;
36 bool isSubmixFolder()
const;
54 int getNumCollectionClips()
const noexcept;
68 bool isMuted (
bool includeMutingByDestination)
const override;
69 bool isSolo (
bool includeIndirectSolo)
const override;
80 bool willAcceptPlugin (
Plugin&);
87 bool dirtyClips =
true;
95 TimeRange getClipExtendedBounds (
Clip&);
The Tracktion Edit class!
bool canContainPlugin(Plugin *) const override
Returns true if this track can contain a specific Plugin.
bool isFrozen(FreezeType) const override
Returns true if this track is frozen using the given type.
bool isFolderTrack() const override
Returns true if this is a FolderTrack.
TrackItem * getNextTrackItemAt(TimePosition) override
Should return the TrackItem after this time.
int indexOfTrackItem(TrackItem *) const override
Should return the index of the given TrackItem.
TrackItem * getTrackItem(int idx) const override
Should return the TrackItem at the given index.
void setSolo(bool) override
Subclasses should implement this to solo themselves.
void setSoloIsolate(bool) override
Subclasses should implement this to solo isolate themselves.
int getNumTrackItems() const override
Should return the number of TrackItem[s] on this Track.
bool isSolo(bool includeIndirectSolo) const override
Returns true if this track is soloed.
bool isMuted(bool includeMutingByDestination) const override
Returns true if this track is muted.
juce::Array< Track * > getInputTracks() const override
Should return any tracks which feed into this track.
int getIndexOfNextTrackItemAt(TimePosition) override
Should return the index of the TrackItem after this time.
void sanityCheckName() override
Sub-classes can impliment this to avoid certain characters being used in a name.
TrackOutput * getOutput() const noexcept
Returns the output if this track is a submix folder.
void initialise() override
Initialises the Track.
void setMute(bool) override
Subclasses should implement this to mute themselves.
bool isSoloIsolate(bool includeIndirectSolo) const override
Returns true if this track is solo isolated.
juce::String getSelectableDescription() override
Subclasses must return a description of what they are.
Manages a list of items that are currently selected.
Base class for EditItems that live in a Track, e.g.
Represents the destination output device(s) for a track.
Base class for tracks which contain clips and plugins and can be added to Edit[s].
FreezeType
Determines the type of freeze.
The VCA plugin sits on a folder track to control the overall level of all the volume/pan plugins in i...
The built-in Tracktion volume/pan plugin.
Represents a position in real-life time.
Asyncronously call a function.