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

◆ initialize()

void MayaFlux::Buffers::RootAudioBuffer::initialize ( )

Definition at line 89 of file RootAudioBuffer.cpp.

90{
91 auto channel_processor = create_default_processor();
92 if (channel_processor) {
93 set_default_processor(channel_processor);
94 }
95}
virtual void set_default_processor(std::shared_ptr< BufferProcessor > processor) override
Sets the default audio transformation processor for this buffer.
virtual std::shared_ptr< BufferProcessor > create_default_processor() override
Creates the default processor for this buffer type.

References create_default_processor(), and MayaFlux::Buffers::AudioBuffer::set_default_processor().

+ Here is the call graph for this function: