|
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::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 | |
| namespace | tracktion |
| namespace | tracktion::engine |
| Declarations from this namespaces are inlined into tracktion. | |
Functions | |
| template<typename ModifierType > | |
| juce::ReferenceCountedArray< ModifierType > | tracktion::engine::getModifiersOfType (const ModifierList &ml) |
| Returns the modifers of a specific type. | |
| Modifier::Ptr | tracktion::engine::findModifierForID (ModifierList &, EditItemID) |
| Returns a Modifier if it can be found in the list. | |