|
| int | engine::countNumTracks (const juce::ValueTree &) |
| | Returns the number of tracks from this tree recursively.
|
| |
| void | engine::moveAutomation (const juce::Array< TrackAutomationSection > &, TimeDuration offset, bool copy) |
| | Moves a set of automation optionally applying an offset and copying the automation (rather than moving it).
|
| |
| template<typename ArrayType > |
| int | engine::findIndexOfNextItemAt (const ArrayType &items, TimePosition time) |
| | Returns the index of the next item after the given time.
|
| |
| template<typename ArrayType > |
| TimeRange | engine::findUnionOfEditTimeRanges (const ArrayType &items) |
| | Returns the the time range that covers all the given TrackItems.
|
| |