|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Go to the source code of this file.
Namespaces | |
| namespace | tracktion |
| namespace | tracktion::engine |
| Declarations from this namespaces are inlined into tracktion. | |
Functions | |
| BeatPosition | tracktion::engine::toBeats (TimePosition, const TempoSequence &) |
| Converts a TimePosition to a BeatPosition given a TempoSequence. | |
| TimePosition | tracktion::engine::toTime (BeatPosition, const TempoSequence &) |
| Converts a BeatPosition to a TimePosition given a TempoSequence. | |
| BeatRange | tracktion::engine::toBeats (TimeRange, const TempoSequence &) |
| Converts a TimeRange to a BeatRange given a TempoSequence. | |
| TimeRange | tracktion::engine::toTime (BeatRange, const TempoSequence &) |
| Converts a BeatRange to a TimeRange given a TempoSequence. | |
| ClipPosition | tracktion::engine::createClipPosition (const TempoSequence &, TimeRange, TimeDuration offset={}) |
| Creates a ClipPosition from either a time or beat range. | |
| ClipPosition | tracktion::engine::createClipPosition (const TempoSequence &, BeatRange, BeatDuration offset={}) |
| Creates a ClipPosition from either a time or beat range. | |