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

◆ process_channel_with_node_data()

void MayaFlux::Core::BufferProcessingHandle::process_channel_with_node_data ( uint32_t  channel,
uint32_t  processing_units,
const std::vector< double > &  node_data 
)

Process channel with node output data integration.

Definition at line 50 of file ProcessingArchitecture.cpp.

54{
56 m_manager->process_channel(m_token, channel, processing_units, node_data);
57}
std::shared_ptr< Buffers::BufferManager > m_manager

References ensure_valid(), m_manager, and m_token.

+ Here is the call graph for this function: