TracktionEngine
Public Member Functions | Public Attributes | List of all members
tracktion::graph::SplitTimelineRange Struct Reference

Represents a pair of timeline ranges which could be wraped around the loop end. More...

Public Member Functions

 SplitTimelineRange (juce::Range< int64_t > range1)
 
 SplitTimelineRange (juce::Range< int64_t > range1, juce::Range< int64_t > range2)
 

Public Attributes

const juce::Range< int64_t > timelineRange1
 
const juce::Range< int64_t > timelineRange2
 
const bool isSplit
 

Detailed Description

Represents a pair of timeline ranges which could be wraped around the loop end.

Constructor & Destructor Documentation

◆ SplitTimelineRange() [1/2]

tracktion::graph::SplitTimelineRange::SplitTimelineRange ( juce::Range< int64_t >  range1)

◆ SplitTimelineRange() [2/2]

tracktion::graph::SplitTimelineRange::SplitTimelineRange ( juce::Range< int64_t >  range1,
juce::Range< int64_t >  range2 
)

Member Data Documentation

◆ timelineRange1

const juce::Range<int64_t> tracktion::graph::SplitTimelineRange::timelineRange1

◆ timelineRange2

const juce::Range<int64_t> tracktion::graph::SplitTimelineRange::timelineRange2

◆ isSplit

const bool tracktion::graph::SplitTimelineRange::isSplit

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