|
TracktionEngine
|
Classes | |
| struct | juce::VariantConverter< tracktion::engine::AutomationMode > |
Namespaces | |
| namespace | engine |
| namespace | juce |
Enumerations | |
| enum class | engine::AutomationMode { engine::read , engine::touch , engine::latch , engine::write } |
| Determines the behaviour of writing automation. More... | |
Functions | |
| std::optional< AutomationMode > | engine::automationModeFromString (juce::String) |
| Converts an AutomationMode from a string. | |
| juce::String | engine::toString (AutomationMode) |
| Converts an AutomationMode to string. | |