|
TracktionEngine
|
Options for writing a DAWproject file. More...
#include <tracktion_DAWproject.h>
Public Attributes | |
| bool | embedAudioFiles = true |
| If true, audio files used by the Edit will be embedded in the ZIP archive. | |
| bool | embedPluginState = true |
| If true, plugin state data will be embedded in the ZIP archive. | |
| juce::String | applicationName = "Tracktion Engine" |
| Application name to write in the project metadata. | |
| juce::String | applicationVersion |
| Application version to write in the project metadata. | |
Options for writing a DAWproject file.
| bool tracktion::engine::dawproject::WriteOptions::embedAudioFiles = true |
If true, audio files used by the Edit will be embedded in the ZIP archive.
| bool tracktion::engine::dawproject::WriteOptions::embedPluginState = true |
If true, plugin state data will be embedded in the ZIP archive.
| juce::String tracktion::engine::dawproject::WriteOptions::applicationName = "Tracktion Engine" |
Application name to write in the project metadata.
| juce::String tracktion::engine::dawproject::WriteOptions::applicationVersion |
Application version to write in the project metadata.