|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::LogicProcessor::LogicProcessor | ( | const std::shared_ptr< Nodes::Generator::Logic > & | logic, |
| bool | reset_between_buffers = false |
||
| ) |
Constructs a LogicProcessor with external Logic node.
| logic | The logic node to use for processing |
| reset_between_buffers | Whether to reset logic state between buffer calls |
Creates a LogicProcessor that uses an external Logic node. NOTE: Using external Logic node implies side effects of any processing chain the node is connected to.
Definition at line 7 of file LogicProcessor.cpp.