|
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::EditLimits |
| Contains the limits of the various elements that can be added to an Edit. More... | |
| class | tracktion::engine::EngineBehaviour |
| Provides custom handlers to control various aspects of the engine's behaviour. More... | |
| struct | tracktion::engine::EngineBehaviour::LevelMeterSettings |
| struct | tracktion::engine::EngineBehaviour::ClipDefaults |
| Determines the default properties of clips. More... | |
| struct | tracktion::engine::EngineBehaviour::ControlSurfaces |
Namespaces | |
| namespace | tracktion |
| namespace | tracktion::engine |
| Declarations from this namespaces are inlined into tracktion. | |
| struct tracktion::engine::EditLimits |
Contains the limits of the various elements that can be added to an Edit.
Definition at line 18 of file tracktion_EngineBehaviour.h.
| Class Members | ||
|---|---|---|
| int | maxClipsInTrack | The maximum number of Clip[s] a Track can contain. |
| int | maxNumMasterPlugins | The maximum number of master Plugin[s] and Edit can contain. |
| int | maxNumTracks | The maximum number of Track[s] an Edit can contain. |
| int | maxPluginsOnClip | The maximum number of Plugin[s] a Clip can contain. |
| int | maxPluginsOnTrack | The maximum number of Plugin[s] a Track can contain. |
| struct tracktion::engine::EngineBehaviour::LevelMeterSettings |
Definition at line 190 of file tracktion_EngineBehaviour.h.
| Class Members | ||
|---|---|---|
| float | decaySpeed | |
| int | maxPeakAgeMs | |
| struct tracktion::engine::EngineBehaviour::ClipDefaults |
Determines the default properties of clips.
Definition at line 237 of file tracktion_EngineBehaviour.h.
| Class Members | ||
|---|---|---|
| ResamplingQuality | resamplingQuality |
|
| bool | useProxyFile |
|
| struct tracktion::engine::EngineBehaviour::ControlSurfaces |
Definition at line 249 of file tracktion_EngineBehaviour.h.
| Class Members | ||
|---|---|---|
| bool | alphaTrack | |
| bool | automap | |
| bool | iconProG2 | |
| bool | mackieC4 | |
| bool | mackieMCU | |
| bool | remoteSL | |
| bool | remoteSLCompact | |
| bool | tranzport | |