TracktionEngine
|
Classes | |
struct | tracktion::engine::CreateNodeParams |
Contains options for Edit Node content creation. More... | |
struct | tracktion::engine::EditNodeBuilder |
Namespaces | |
namespace | tracktion |
namespace | tracktion::engine |
Functions | |
std::unique_ptr< tracktion::graph::Node > | tracktion::engine::createNodeForEdit (EditPlaybackContext &, std::atomic< double > &audibleTimeToUpdate, const CreateNodeParams &) |
Creates a Node to play back an Edit with live inputs and outputs. | |
std::unique_ptr< tracktion::graph::Node > | tracktion::engine::createNodeForEdit (Edit &, const CreateNodeParams &) |
Creates a Node to render an Edit. | |