TracktionEngine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
tracktion_EditFileOperations.h File Reference

Classes

class  tracktion::engine::EditFileOperations
 Contains methods for saving an Edit to a file. More...
 

Namespaces

namespace  tracktion
 
namespace  tracktion::engine
 

Functions

std::unique_ptr< Edittracktion::engine::loadEditFromFile (Engine &, const juce::File &, Edit::EditRole role=Edit::EditRole::forEditing)
 Loads an edit from a file, ready for playback / editing.
 
std::unique_ptr< Edittracktion::engine::loadEditFromState (Engine &, const juce::ValueTree &, Edit::EditRole role=Edit::EditRole::forEditing)
 Loads an edit from a ValueTree, ready for playback / editing.
 
std::unique_ptr< Edittracktion::engine::createEmptyEdit (Engine &, const juce::File &)
 Creates a new edit for a file, ready for playback / editing.
 
juce::ValueTree tracktion::engine::loadEditFromProjectManager (ProjectManager &, ProjectItemID)
 Uses the ProjectManager to find an Edit file and load it as a ValueTree.
 
std::unique_ptr< Edittracktion::engine::loadEditForExamining (ProjectManager &, ProjectItemID, Edit::EditRole role=Edit::EditRole::forExamining, Edit::LoadContext *=nullptr)
 Uses the ProjectManager to find an Edit file and open it.
 
juce::ValueTree tracktion::engine::loadEditFromFile (Engine &, const juce::File &, ProjectItemID)
 Legacy, will be deprecated soon.
 
juce::ValueTree tracktion::engine::createEmptyEdit (Engine &)
 Legacy, will be deprecated soon.
 
juce::ValueTree tracktion::engine::updateLegacyEdit (const juce::ValueTree &)
 Converts old edit formats to the latest structure.
 
void tracktion::engine::updateLegacyEdit (juce::XmlElement &editXML)
 Converts old edit formats to the latest structure.