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

◆ add_processor() [3/3]

void MayaFlux::Buffers::BufferManager::add_processor ( const std::shared_ptr< BufferProcessor > &  processor,
ProcessingToken  token,
uint32_t  channel 
)

Adds a processor to a token and channel (audio-specific)

Parameters
processorProcessor to add
tokenProcessing domain
channelChannel index

Definition at line 244 of file BufferManager.cpp.

248{
249 m_processor_control->add_processor(processor, token, channel);
250}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
std::unique_ptr< BufferProcessingControl > m_processor_control
Processor attachment/removal operations.

References m_processor_control, and token.