TracktionEngine
Loading...
Searching...
No Matches
Public Attributes | List of all members
tracktion::engine::dawproject::WriteOptions Struct Reference

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.
 

Detailed Description

Options for writing a DAWproject file.

Member Data Documentation

◆ embedAudioFiles

bool tracktion::engine::dawproject::WriteOptions::embedAudioFiles = true

If true, audio files used by the Edit will be embedded in the ZIP archive.

◆ embedPluginState

bool tracktion::engine::dawproject::WriteOptions::embedPluginState = true

If true, plugin state data will be embedded in the ZIP archive.

◆ applicationName

juce::String tracktion::engine::dawproject::WriteOptions::applicationName = "Tracktion Engine"

Application name to write in the project metadata.

◆ applicationVersion

juce::String tracktion::engine::dawproject::WriteOptions::applicationVersion

Application version to write in the project metadata.


The documentation for this struct was generated from the following file: