|
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.
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 |
| Declarations from this namespaces are inlined into tracktion. | |
| namespace | tracktion::engine::ClipConstants |
| Constraints for clip speeds. | |
Variables | |
| const double | tracktion::engine::ClipConstants::speedRatioMin |
| Minimum speed ratio. | |
| const double | tracktion::engine::ClipConstants::speedRatioMax |
| Maximum speed ratio. | |
| struct tracktion::engine::ClipLevel |
Holds a clip's level state.
Definition at line 17 of file tracktion_Clip.h.
| Class Members | ||
|---|---|---|
| CachedValue< AtomicWrapper< float > > | dbGain | |
| CachedValue< AtomicWrapper< bool > > | mute | |
| CachedValue< AtomicWrapper< float > > | pan | |
| Clip::FollowActionDurationType tracktion::engine::details::followActionDurationTypeFromString | ( | juce::String | s | ) |
Definition at line 661 of file tracktion_Clip.cpp.
| juce::String tracktion::engine::details::toString | ( | Clip::FollowActionDurationType | t | ) |
Definition at line 666 of file tracktion_Clip.cpp.