|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::RootAudioBuffer::set_node_output | ( | const std::vector< double > & | data | ) |
Sets direct node network output data for this buffer.
| data | Vector of data samples from node network processing |
This allows computational node networks to directly contribute data to the root buffer, which is combined with tributary buffer outputs. The data is copied to ensure thread safety between computational domains.
Definition at line 97 of file RootAudioBuffer.cpp.
References m_has_node_output, and m_node_output.