TracktionEngine
Classes | Namespaces | Functions
tracktion_Modifier.h File Reference

Classes

struct  tracktion::engine::ModifierTimer
 Base class for objects which need to know about the global Edit time every block. More...
 
struct  tracktion::engine::Modifier
 Bass class for parameter Modifiers. More...
 
class  tracktion::engine::ModifierList
 Holds a list of Modifiers that have been added to a Track. More...
 

Namespaces

 tracktion
 
 tracktion::engine
 

Functions

template<typename ModifierType >
juce::ReferenceCountedArray< ModifierType > tracktion::engine::getModifiersOfType (const ModifierList &ml)
 Returns the modifers of a specific type. More...
 
Modifier::Ptr tracktion::engine::findModifierForID (ModifierList &, EditItemID)
 Returns a Modifier if it can be found in the list. More...