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

◆ create_default_processor()

std::shared_ptr< BufferProcessor > MayaFlux::Buffers::RootAudioBuffer::create_default_processor ( )
overrideprotectedvirtual

Creates the default processor for this buffer type.

Returns
Shared pointer to a ChannelProcessor

Root buffers use a ChannelProcessor as their default processor, which handles combining tributary buffers and node network output.

Reimplemented from MayaFlux::Buffers::AudioBuffer.

Definition at line 130 of file RootAudioBuffer.cpp.

131{
132 return std::make_shared<ChannelProcessor>(shared_from_this());
133}

Referenced by initialize().

+ Here is the caller graph for this function: