|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::PlotProcessor::bind_node | ( | uint32_t | series_index, |
| std::shared_ptr< Nodes::Node > | node | ||
| ) |
Bind a series slot to a Node.
Each process() calls Buffers::extract_multiple_samples(node, series_size), which handles snapshot context, save/restore state, and buffer lifecycle identically to NodeSourceProcessor. The series is filled with one full batch of node output per process() call.
| series_index | Index returned by PlotContainer::add_series(). |
| node | Node to read from. |
Definition at line 23 of file PlotProcessor.cpp.
References b, m_bindings, MF_ERROR, and NODE.