11namespace tracktion {
inline namespace engine
The Tracktion Edit class!
A track to represent the "global" items such as tempo, key changes etc.
int getNumTrackItems() const override
Should return the number of TrackItem[s] on this Track.
bool isTempoTrack() const override
Returns true if this is a TempoTrack.
TrackItem * getNextTrackItemAt(TimePosition) override
Should return the TrackItem after this time.
void insertSpaceIntoTrack(TimePosition, TimeDuration) override
Should insert empty space in to the track, shuffling down any items after the time.
TrackItem * getTrackItem(int idx) const override
Should return the TrackItem at the given index.
int indexOfTrackItem(TrackItem *) const override
Should return the index of the given TrackItem.
juce::String getSelectableDescription() override
Subclasses must return a description of what they are.
~TempoTrack() override
Destructor.
bool canContainPlugin(Plugin *) const override
Returns true if this track can contain a specific Plugin.
int getIndexOfNextTrackItemAt(TimePosition) override
Should return the index of the TrackItem after this time.
Base class for EditItems that live in a Track, e.g.
Base class for tracks which contain clips and plugins and can be added to Edit[s].
Represents a duration in real-life time.
Represents a position in real-life time.