|
| constexpr BeatPosition | tracktion::operator* (TimePosition t, tempo::BeatsPerSecond bps) |
| | Converts time to beats.
|
| |
| constexpr BeatDuration | tracktion::operator* (TimeDuration t, tempo::BeatsPerSecond bps) |
| | Converts time to beats.
|
| |
| constexpr BeatPosition | tracktion::operator* (tempo::BeatsPerSecond bps, TimePosition t) |
| | Converts time to beats.
|
| |
| constexpr BeatDuration | tracktion::operator* (tempo::BeatsPerSecond bps, TimeDuration t) |
| | Converts time to beats.
|
| |
| constexpr BeatPosition | tracktion::operator* (TimePosition t, tempo::BeatsPerMinute bpm) |
| | Converts time to beats.
|
| |
| constexpr BeatDuration | tracktion::operator* (TimeDuration t, tempo::BeatsPerMinute bpm) |
| | Converts time to beats.
|
| |
| constexpr BeatPosition | tracktion::operator* (tempo::BeatsPerMinute bpm, TimePosition t) |
| | Converts time to beats.
|
| |
| constexpr BeatDuration | tracktion::operator* (tempo::BeatsPerMinute bpm, TimeDuration t) |
| | Converts time to beats.
|
| |
| constexpr TimePosition | tracktion::operator* (BeatPosition t, tempo::SecondsPerBeat spb) |
| | Converts beats to time.
|
| |
| constexpr TimeDuration | tracktion::operator* (BeatDuration t, tempo::SecondsPerBeat spb) |
| | Converts beats to time.
|
| |
| constexpr TimePosition | tracktion::operator* (tempo::SecondsPerBeat spb, BeatPosition t) |
| | Converts beats to time.
|
| |
| constexpr TimeDuration | tracktion::operator* (tempo::SecondsPerBeat spb, BeatDuration t) |
| | Converts beats to time.
|
| |
| constexpr tempo::BeatsPerSecond | tracktion::operator/ (double t, tempo::SecondsPerBeat spb) |
| | Converts a SecondsPerBeat to BeatsPerSecond.
|
| |
| constexpr tempo::SecondsPerBeat | tracktion::operator/ (double t, tempo::BeatsPerSecond bps) |
| | Converts a BeatsPerSecond to SecondsPerBeat.
|
| |
| constexpr bool | tracktion::operator== (tempo::Key k1, tempo::Key k2) |
| | Compares two Keys.
|
| |
| constexpr bool | tracktion::operator!= (tempo::Key k1, tempo::Key k2) |
| | Compares two Keys.
|
| |
| TimeRange | tracktion::toTime (const tempo::Sequence &, BeatRange) |
| | Converts a BeatRange to a TimeRange.
|
| |
| BeatRange | tracktion::toBeats (const tempo::Sequence &, TimeRange) |
| | Converts a TimeRange to a BeatRange.
|
| |
| TimeRange | tracktion::toTime (const tempo::Sequence &seq, BeatRange range) |
| | Converts a BeatRange to a TimeRange.
|
| |
| BeatRange | tracktion::toBeats (const tempo::Sequence &seq, TimeRange range) |
| | Converts a TimeRange to a BeatRange.
|
| |
| BeatPosition | tracktion::core::tempo::details::toBeats (const std::vector< Sequence::Section > §ions, TimePosition time) |
| |
| TimePosition | tracktion::core::tempo::details::toTime (const std::vector< Sequence::Section > §ions, BeatPosition beats) |
| |
| TimePosition | tracktion::core::tempo::details::toTime (const std::vector< Sequence::Section > §ions, BarsAndBeats barsBeats) |
| |
| BarsAndBeats | tracktion::core::tempo::details::toBarsAndBeats (const std::vector< Sequence::Section > §ions, TimePosition time) |
| |