|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::NodeSourceProcessor::NodeSourceProcessor | ( | std::shared_ptr< Nodes::Node > | node, |
| float | mix = 0.5f, |
||
| bool | clear_before_process = true |
||
| ) |
Creates a new processor that connects a computational node to data buffers.
| node | Source node that generates sequential data values |
| mix | Interpolation coefficient between existing and incoming data (0.0-1.0) |
| clear_before_process | Whether to reset the buffer before adding node output |
The mix parameter controls the interpolation between existing and incoming data:
Definition at line 7 of file NodeBuffer.cpp.