TracktionEngine
Public Types | Public Member Functions | List of all members
tracktion::engine::FolderTrack Class Reference
Inheritance diagram for tracktion::engine::FolderTrack:

Public Types

using Ptr = juce::ReferenceCountedObjectPtr< FolderTrack >
 
- Public Types inherited from tracktion::engine::Track
enum  FreezeType { groupFreeze = 0 , individualFreeze , anyFreeze }
 Determines the type of freeze. More...
 
enum  MuteAndSoloLightState {
  soloLit = 1 , soloFlashing = 2 , soloIsolate = 4 , muteLit = 8 ,
  muteFlashing = 16
}
 Determines the status of the mute and solo indicators. More...
 
using Ptr = juce::ReferenceCountedObjectPtr< Track >
 
using Array = juce::ReferenceCountedArray< Track >
 
- Public Types inherited from tracktion::engine::Selectable
using WeakRef = juce::WeakReference< Selectable >
 

Public Member Functions

 FolderTrack (Edit &, const juce::ValueTree &)
 
 ~FolderTrack () override
 
juce::String getSelectableDescription () override
 Subclasses must return a description of what they are. More...
 
bool isFolderTrack () const override
 Returns true if this is a FolderTrack. More...
 
void initialise () override
 Initialises the Track. More...
 
void sanityCheckName () override
 Sub-classes can impliment this to avoid certain characters being used in a name. More...
 
juce::String getName () const override
 
int getFolderTrackNumber () const noexcept
 
bool isSubmixFolder () const
 
TrackOutputgetOutput () const noexcept
 Returns the output if this track is a submix folder. More...
 
juce::Array< Track * > getInputTracks () const override
 Should return any tracks which feed into this track. More...
 
bool isFrozen (FreezeType) const override
 Returns true if this track is frozen using the given type. More...
 
float getVcaDb (TimePosition)
 
VCAPlugingetVCAPlugin ()
 
VolumeAndPanPlugingetVolumePlugin ()
 
void generateCollectionClips (SelectionManager &)
 
CollectionClipgetCollectionClip (int index) const noexcept
 
int getNumCollectionClips () const noexcept
 
int indexOfCollectionClip (CollectionClip *) const
 
int getIndexOfNextCollectionClipAt (TimePosition)
 
CollectionClipgetNextCollectionClipAt (TimePosition)
 
bool contains (CollectionClip *) const
 
int getNumTrackItems () const override
 Should return the number of TrackItem[s] on this Track. More...
 
TrackItemgetTrackItem (int idx) const override
 Should return the TrackItem at the given index. More...
 
int indexOfTrackItem (TrackItem *) const override
 Should return the index of the given TrackItem. More...
 
int getIndexOfNextTrackItemAt (TimePosition) override
 Should return the index of the TrackItem after this time. More...
 
TrackItemgetNextTrackItemAt (TimePosition) override
 Should return the TrackItem after this time. More...
 
bool isMuted (bool includeMutingByDestination) const override
 Returns true if this track is muted. More...
 
bool isSolo (bool includeIndirectSolo) const override
 Returns true if this track is soloed. More...
 
bool isSoloIsolate (bool includeIndirectSolo) const override
 Returns true if this track is solo isolated. More...
 
void setMute (bool) override
 Subclasses should implement this to mute themselves. More...
 
void setSolo (bool) override
 Subclasses should implement this to solo themselves. More...
 
void setSoloIsolate (bool) override
 Subclasses should implement this to solo isolate themselves. More...
 
void setDirtyClips ()
 
bool canContainPlugin (Plugin *) const override
 Returns true if this track can contain a specific Plugin. More...
 
bool willAcceptPlugin (Plugin &)
 
- Public Member Functions inherited from tracktion::engine::Track
 Track (Edit &, const juce::ValueTree &, double defaultTrackHeight, double minTrackHeight, double maxTrackHeight)
 Creates a track with a given state. More...
 
 ~Track () override
 Destructor. More...
 
virtual void flushStateToValueTree ()
 Flushes all plugin states on the track to the state object. More...
 
void refreshCurrentAutoParam ()
 Updates the current parameter bases on the set IDs. More...
 
juce::String getName () const override
 Returns the name of the Track. More...
 
void setName (const juce::String &)
 Sets the name of the Track. More...
 
void resetName ()
 Sets the name of the Track to an empty string. More...
 
virtual bool isAudioTrack () const
 Returns true if this is an AudioTrack. More...
 
virtual bool isAutomationTrack () const
 Returns true if this is an AutomationTrack. More...
 
virtual bool isMarkerTrack () const
 Returns true if this is a MarkerTrack. More...
 
virtual bool isTempoTrack () const
 Returns true if this is a TempoTrack. More...
 
virtual bool isChordTrack () const
 Returns true if this is a ChordTrack. More...
 
virtual bool isArrangerTrack () const
 Returns true if this is an ArrangerTrack. More...
 
virtual bool isMasterTrack () const
 Returns true if this is a MasterTrack. More...
 
bool canContainMarkers () const
 Returns true if this Track can contain MarkerClip[s]. More...
 
bool canContainMIDI () const
 Returns true if this Track can contain MidiClip[s]. More...
 
bool canContainAudio () const
 Returns true if this Track can contain WaveAudioClip[s]. More...
 
bool canContainEditClips () const
 Returns true if this Track can contain EditClip[s]. More...
 
bool canContainPlugins () const
 Returns true if this Track can contain Plugin[s]. More...
 
bool isMovable () const
 Returns true if this Track is movable. More...
 
bool acceptsInput () const
 Returns true if this track can have inputs assigned to it. More...
 
bool createsOutput () const
 Returns true if this track creates audible output. More...
 
bool wantsAutomation () const
 Returns true if this track can show automation. More...
 
virtual void setFrozen (bool, FreezeType)
 Attempts to freeze or unfreeze the track using a given FreezeType. More...
 
bool isHidden () const
 Returns true if this track should be hidden from view. More...
 
void setHidden (bool h)
 Sets whether this track should be hidden from view. More...
 
bool isProcessing (bool includeParents) const
 Returns true if this track should be included in playback. More...
 
void setProcessing (bool p)
 Sets whether this track should be included in playback. More...
 
virtual bool processAudioNodesWhileMuted () const
 Subclasses can override this to ensure track contents are still played even when the track is muted. More...
 
juce::Array< Track * > getAllSubTracks (bool recursive) const
 Returns all nested tracks. More...
 
juce::Array< AudioTrack * > getAllAudioSubTracks (bool recursive) const
 Returns all nested AudioTrack[s]. More...
 
TrackListgetSubTrackList () const
 Returns the TrackList if this Track has any sub-tracks. More...
 
bool hasSubTracks () const
 Returns true if this track has any subtracks. More...
 
virtual ClipfindClipForID (EditItemID) const
 Returns a clip one with a matching ID can be found on this Track. More...
 
TrackgetSiblingTrack (int delta, bool keepWithinSameParent) const
 Returns a sibling Track to this one. More...
 
virtual void insertSpaceIntoTrack (TimePosition, TimeDuration)
 Should insert empty space in to the track, shuffling down any items after the time. More...
 
juce::ValueTree getParentTrackTree () const
 Returns the state of the parent Track. More...
 
TrackgetParentTrack () const
 Returns the parent Track if this is a nested track. More...
 
FolderTrackgetParentFolderTrack () const
 Returns the parent FolderTrack if this is nested in one. More...
 
bool isAChildOf (const Track &possibleParent) const
 Tests whether this is a child of a given Track. More...
 
bool isPartOfSubmix () const
 Tests whether this nested within a submix FolderTrack. More...
 
int getIndexInEditTrackList () const
 Returns the index of this track in a flat list of tracks contained in an Edit. More...
 
int getTrackDepth () const
 Returns the number of parents within which this track is nested. More...
 
MuteAndSoloLightState getMuteAndSoloLightState () const
 Returns the mute a solo status. More...
 
bool shouldBePlayed () const noexcept
 Tests whether this track should be audible in the playback graph i.e. More...
 
void updateAudibility (bool areAnyTracksSolo)
 Updates the audibility state of the Track. More...
 
juce::Array< AutomatableParameter * > getAllAutomatableParams () const
 Returns all the parameteres for this track's Plugin[s] and Modifier[s]. More...
 
AutomatableParametergetCurrentlyShownAutoParam () const noexcept
 Returns the parameter whos curve should be shown on this Track. More...
 
void setCurrentlyShownAutoParam (const AutomatableParameter::Ptr &)
 Sets a parameter to display on this Track. More...
 
void hideAutomatableParametersForSource (EditItemID pluginOrParameterID)
 Hides a shown parameter if it matches the given ID. More...
 
virtual bool containsPlugin (const Plugin *) const
 Tests whether this Track or a clip on it contains the given plugin. More...
 
bool hasFreezePointPlugin () const
 Tests whether this Track contains a FreezePointPlugin. More...
 
juce::Array< AutomatableEditItem * > getAllAutomatableEditItems () const
 Returns all AutomatableEditItem[s] on this Track. More...
 
virtual Plugin::Array getAllPlugins () const
 Returns all pugins on this Track. More...
 
virtual void sendMirrorUpdateToAllPlugins (Plugin &changedPlugin) const
 Sends a message to all plugins that the given plugin has changed. More...
 
void flipAllPluginsEnablement ()
 Toggles the Plugin::isEnabled state for all Plugin[s] on this Track. More...
 
ModifierListgetModifierList () const
 Returns the ModifierList for this Track. More...
 
void setColour (juce::Colour newColour)
 Sets a colour for this track to use. More...
 
juce::Colour getColour () const
 Returns the the of this. More...
 
bool canShowImage () const
 Tests whether this Track can show an image. More...
 
void setTrackImage (const juce::String &idOrData)
 Sets some image data to use. More...
 
juce::String getTrackImage () const
 Returns previously set image data. More...
 
bool imageHasChanged ()
 Tests and resets a flag internally kept when the image changes. More...
 
void setTags (const juce::StringArray &)
 Sets an array of Strings to use as tags. More...
 
juce::String getTags () const
 Returns the tags as a pipe-separated single String. More...
 
const juce::StringArray & getTagsArray () const noexcept
 Returns the array of tags. More...
 
- Public Member Functions inherited from tracktion::engine::EditItem
 EditItem (EditItemID, Edit &)
 
virtual ~EditItem ()=default
 
- Public Member Functions inherited from tracktion::engine::Selectable
 Selectable ()
 
virtual ~Selectable ()
 
virtual void selectionStatusChanged (bool isNowSelected)
 Can be overridden to tell this object that it has just been selected or deselected. More...
 
virtual void changed ()
 This should be called to send a change notification to any SelectableListeners that are registered with this object. More...
 
virtual void selectableAboutToBeDeleted ()
 Called just before the selectable is about to be deleted so any subclasses should still be valid at this point. More...
 
void addSelectableListener (SelectableListener *)
 
void removeSelectableListener (SelectableListener *)
 
void cancelAnyPendingUpdates ()
 If changed() has been called, this will cancel any pending async change notificaions. More...
 
void deselect ()
 
void propertiesChanged ()
 
void notifyListenersOfDeletion ()
 
WeakRef getWeakRef ()
 
- Public Member Functions inherited from tracktion::engine::MacroParameterElement
 MacroParameterElement (Edit &, const juce::ValueTree &)
 Constructor. More...
 
virtual ~MacroParameterElement ()=default
 Destructor. More...
 
int getNumMacroParameters () const
 Returns the number of macro parameters for this object. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from tracktion::engine::Selectable
static void initialise ()
 
static bool isSelectableValid (const Selectable *) noexcept
 checks whether this object has been deleted. More...
 
- Public Attributes inherited from tracktion::engine::Track
const double defaultTrackHeight
 The default height of this Track. More...
 
const double minTrackHeight
 The minimum height of this Track. More...
 
const double maxTrackHeight
 The maximum height of this Track. More...
 
juce::ValueTree state
 The state of this Track. More...
 
PluginList pluginList
 The Track's PluginList. More...
 
- Public Attributes inherited from tracktion::engine::EditItem
Editedit
 
const EditItemID itemID
 Every EditItem has an ID which is unique within the edit. More...
 
- Public Attributes inherited from tracktion::engine::Selectable
WeakRef::Master masterReference
 
- Public Attributes inherited from tracktion::engine::MacroParameterElement
MacroParameterList macroParameterList
 
- Static Public Attributes inherited from tracktion::engine::Track
static const int minTrackHeightForDetail = 10
 The minimim height to show track contents at. More...
 
static const int trackHeightForEditor = 180
 The height at which inline editors should be shown. More...
 
static const int frozenTrackHeight = 15
 The height to show group frozen tracks. More...
 
- Protected Member Functions inherited from tracktion::engine::Track
void valueTreePropertyChanged (juce::ValueTree &, const juce::Identifier &) override
 
void valueTreeChildAdded (juce::ValueTree &, juce::ValueTree &) override
 
void valueTreeChildRemoved (juce::ValueTree &, juce::ValueTree &, int) override
 
void valueTreeChildOrderChanged (juce::ValueTree &, int, int) override
 
void valueTreeParentChanged (juce::ValueTree &) override
 
void handleAsyncUpdate () override
 
virtual bool isTrackAudible (bool areAnyTracksSolo) const
 Returns whether this Track should be audible. More...
 

Member Typedef Documentation

◆ Ptr

using tracktion::engine::FolderTrack::Ptr = juce::ReferenceCountedObjectPtr<FolderTrack>

Constructor & Destructor Documentation

◆ FolderTrack()

tracktion::engine::FolderTrack::FolderTrack ( Edit ,
const juce::ValueTree &   
)

◆ ~FolderTrack()

tracktion::engine::FolderTrack::~FolderTrack ( )
override

Member Function Documentation

◆ getSelectableDescription()

juce::String tracktion::engine::FolderTrack::getSelectableDescription ( )
overridevirtual

Subclasses must return a description of what they are.

Implements tracktion::engine::Selectable.

◆ isFolderTrack()

bool tracktion::engine::FolderTrack::isFolderTrack ( ) const
overridevirtual

Returns true if this is a FolderTrack.

Reimplemented from tracktion::engine::Track.

◆ initialise()

void tracktion::engine::FolderTrack::initialise ( )
overridevirtual

Initialises the Track.

You shouldn't need to call this directly, it will be called by the track creation methods.

See also
Edit::insertTrack

Reimplemented from tracktion::engine::Track.

◆ sanityCheckName()

void tracktion::engine::FolderTrack::sanityCheckName ( )
overridevirtual

Sub-classes can impliment this to avoid certain characters being used in a name.

Reimplemented from tracktion::engine::Track.

◆ getName()

juce::String tracktion::engine::FolderTrack::getName ( ) const
overridevirtual

◆ getFolderTrackNumber()

int tracktion::engine::FolderTrack::getFolderTrackNumber ( ) const
noexcept

◆ isSubmixFolder()

bool tracktion::engine::FolderTrack::isSubmixFolder ( ) const

◆ getOutput()

TrackOutput* tracktion::engine::FolderTrack::getOutput ( ) const
noexcept

Returns the output if this track is a submix folder.

◆ getInputTracks()

juce::Array<Track*> tracktion::engine::FolderTrack::getInputTracks ( ) const
overridevirtual

Should return any tracks which feed into this track.

Reimplemented from tracktion::engine::Track.

◆ isFrozen()

bool tracktion::engine::FolderTrack::isFrozen ( FreezeType  ) const
overridevirtual

Returns true if this track is frozen using the given type.

Reimplemented from tracktion::engine::Track.

◆ getVcaDb()

float tracktion::engine::FolderTrack::getVcaDb ( TimePosition  )

◆ getVCAPlugin()

VCAPlugin* tracktion::engine::FolderTrack::getVCAPlugin ( )

◆ getVolumePlugin()

VolumeAndPanPlugin* tracktion::engine::FolderTrack::getVolumePlugin ( )

◆ generateCollectionClips()

void tracktion::engine::FolderTrack::generateCollectionClips ( SelectionManager )

◆ getCollectionClip()

CollectionClip* tracktion::engine::FolderTrack::getCollectionClip ( int  index) const
noexcept

◆ getNumCollectionClips()

int tracktion::engine::FolderTrack::getNumCollectionClips ( ) const
noexcept

◆ indexOfCollectionClip()

int tracktion::engine::FolderTrack::indexOfCollectionClip ( CollectionClip ) const

◆ getIndexOfNextCollectionClipAt()

int tracktion::engine::FolderTrack::getIndexOfNextCollectionClipAt ( TimePosition  )

◆ getNextCollectionClipAt()

CollectionClip* tracktion::engine::FolderTrack::getNextCollectionClipAt ( TimePosition  )

◆ contains()

bool tracktion::engine::FolderTrack::contains ( CollectionClip ) const

◆ getNumTrackItems()

int tracktion::engine::FolderTrack::getNumTrackItems ( ) const
overridevirtual

Should return the number of TrackItem[s] on this Track.

Reimplemented from tracktion::engine::Track.

◆ getTrackItem()

TrackItem* tracktion::engine::FolderTrack::getTrackItem ( int  ) const
overridevirtual

Should return the TrackItem at the given index.

Reimplemented from tracktion::engine::Track.

◆ indexOfTrackItem()

int tracktion::engine::FolderTrack::indexOfTrackItem ( TrackItem ) const
overridevirtual

Should return the index of the given TrackItem.

Reimplemented from tracktion::engine::Track.

◆ getIndexOfNextTrackItemAt()

int tracktion::engine::FolderTrack::getIndexOfNextTrackItemAt ( TimePosition  )
overridevirtual

Should return the index of the TrackItem after this time.

Reimplemented from tracktion::engine::Track.

◆ getNextTrackItemAt()

TrackItem* tracktion::engine::FolderTrack::getNextTrackItemAt ( TimePosition  )
overridevirtual

Should return the TrackItem after this time.

Reimplemented from tracktion::engine::Track.

◆ isMuted()

bool tracktion::engine::FolderTrack::isMuted ( bool  ) const
overridevirtual

Returns true if this track is muted.

Parameters
includeMutingByDestinationIf this is true, this will retrn true if any tracks this feeds in to are muted.

Reimplemented from tracktion::engine::Track.

◆ isSolo()

bool tracktion::engine::FolderTrack::isSolo ( bool  ) const
overridevirtual

Returns true if this track is soloed.

Parameters
includeIndirectSoloIf this is true, this will retrn true if any tracks this feeds in to are soloed.

Reimplemented from tracktion::engine::Track.

◆ isSoloIsolate()

bool tracktion::engine::FolderTrack::isSoloIsolate ( bool  ) const
overridevirtual

Returns true if this track is solo isolated.

Parameters
includeIndirectSoloIf this is true, this will retrn true if any tracks this feeds in to are solo isolated.

Reimplemented from tracktion::engine::Track.

◆ setMute()

void tracktion::engine::FolderTrack::setMute ( bool  )
overridevirtual

Subclasses should implement this to mute themselves.

Reimplemented from tracktion::engine::Track.

◆ setSolo()

void tracktion::engine::FolderTrack::setSolo ( bool  )
overridevirtual

Subclasses should implement this to solo themselves.

Reimplemented from tracktion::engine::Track.

◆ setSoloIsolate()

void tracktion::engine::FolderTrack::setSoloIsolate ( bool  )
overridevirtual

Subclasses should implement this to solo isolate themselves.

Reimplemented from tracktion::engine::Track.

◆ setDirtyClips()

void tracktion::engine::FolderTrack::setDirtyClips ( )

◆ canContainPlugin()

bool tracktion::engine::FolderTrack::canContainPlugin ( Plugin ) const
overridevirtual

Returns true if this track can contain a specific Plugin.

Subclasses can override this to avoid specific plugins such as VCAPlugin[s] on AudioTrack[s].

Implements tracktion::engine::Track.

◆ willAcceptPlugin()

bool tracktion::engine::FolderTrack::willAcceptPlugin ( Plugin )

The documentation for this class was generated from the following file: