MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_node_output()

const std::vector< double > & MayaFlux::Buffers::RootAudioBuffer::get_node_output ( ) const
inline

Gets the current node network output data.

Returns
Constant reference to the node output vector

Definition at line 83 of file RootAudioBuffer.hpp.

83{ return m_node_output; }
std::vector< double > m_node_output
Data received directly from computational node networks.