|
TracktionEngine
|
Options for parsing a DAWproject file. More...
#include <tracktion_DAWproject.h>
Public Attributes | |
| bool | extractAudioFiles = true |
| If true, audio files referenced in the project will be extracted to a temp directory. | |
| juce::File | audioFileDestination |
| If set, audio files will be extracted to this directory instead of a temp directory. | |
| Edit::EditRole | editRole = Edit::EditRole::forEditing |
| The EditRole to use when creating the Edit. | |
Options for parsing a DAWproject file.
| bool tracktion::engine::dawproject::ParseOptions::extractAudioFiles = true |
If true, audio files referenced in the project will be extracted to a temp directory.
| juce::File tracktion::engine::dawproject::ParseOptions::audioFileDestination |
If set, audio files will be extracted to this directory instead of a temp directory.
| Edit::EditRole tracktion::engine::dawproject::ParseOptions::editRole = Edit::EditRole::forEditing |
The EditRole to use when creating the Edit.