TracktionEngine
Classes | Namespaces | Variables
tracktion_Clip.h File Reference

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 >
 

Namespaces

 tracktion
 
 tracktion::engine
 
 tracktion::engine::ClipConstants
 Constraints for clip speeds.
 
 juce
 

Variables

const double tracktion::engine::ClipConstants::speedRatioMin = 0.01
 Minimum speed ratio. More...
 
const double tracktion::engine::ClipConstants::speedRatioMax = 20.0
 Maximum speed ratio. More...