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

Public Member Functions

 DynamicallyOffsettableNodeBase ()=default
 
virtual ~DynamicallyOffsettableNodeBase ()=default
 
virtual void setDynamicOffsetBeats (BeatDuration)
 Sets an offset to be applied to all times in this node, effectively shifting it forwards or backwards in time. More...
 
virtual void setDynamicOffsetTime (TimeDuration)
 Sets an offset to be applied to all times in this node, effectively shifting it forwards or backwards in time. More...
 

Constructor & Destructor Documentation

◆ DynamicallyOffsettableNodeBase()

tracktion::engine::DynamicallyOffsettableNodeBase::DynamicallyOffsettableNodeBase ( )
default

◆ ~DynamicallyOffsettableNodeBase()

virtual tracktion::engine::DynamicallyOffsettableNodeBase::~DynamicallyOffsettableNodeBase ( )
virtualdefault

Member Function Documentation

◆ setDynamicOffsetBeats()

virtual void tracktion::engine::DynamicallyOffsettableNodeBase::setDynamicOffsetBeats ( BeatDuration  )
virtual

Sets an offset to be applied to all times in this node, effectively shifting it forwards or backwards in time.

Reimplemented in tracktion::engine::WaveNodeRealTime.

◆ setDynamicOffsetTime()

virtual void tracktion::engine::DynamicallyOffsettableNodeBase::setDynamicOffsetTime ( TimeDuration  )
virtual

Sets an offset to be applied to all times in this node, effectively shifting it forwards or backwards in time.

Reimplemented in tracktion::engine::FadeInOutNode.


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