|
TracktionEngine
|
Classes | |
| struct | tracktion::engine::ClipLevel |
| Holds a clip's level state. More... | |
| struct | tracktion::engine::LiveClipLevel |
| Provides a thread-safe way to share a clip's levels with an audio engine without worrying about the Clip being deleted from underneath you. More... | |
| class | tracktion::engine::Clip |
| A clip in an edit. More... | |
| struct | tracktion::engine::Clip::Listener |
| Listener interface to be notified of recorded MIDI being sent to the plugins. More... | |
| struct | juce::VariantConverter< tracktion::engine::Clip::SyncType > |
| struct | juce::VariantConverter< tracktion::engine::Clip::FollowActionDurationType > |
Namespaces | |
| namespace | tracktion |
| namespace | tracktion::engine |
| namespace | tracktion::engine::ClipConstants |
| Constraints for clip speeds. | |
| namespace | tracktion::engine::details |
| namespace | juce |
Functions | |
| Clip::FollowActionDurationType | tracktion::engine::details::followActionDurationTypeFromString (juce::String) |
| juce::String | tracktion::engine::details::toString (Clip::FollowActionDurationType) |
Variables | |
| const double | tracktion::engine::ClipConstants::speedRatioMin = 0.01 |
| Minimum speed ratio. | |
| const double | tracktion::engine::ClipConstants::speedRatioMax = 20.0 |
| Maximum speed ratio. | |