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

◆ needs_default_processing()

virtual bool MayaFlux::Buffers::AudioBuffer::needs_default_processing ( )
inlineoverridevirtual

Checks if the audio buffer should undergo default processing.

Returns
True if default audio processing should be applied, false otherwise

Determines whether the buffer's default audio processor should be executed during the current processing cycle. Standard audio buffers typically always need default processing unless specifically configured otherwise for specialized audio processing scenarios.

Implements MayaFlux::Buffers::Buffer.

Definition at line 275 of file AudioBuffer.hpp.

275{ return m_process_default; }
bool m_process_default
Whether the audio buffer should be processed using its default processor.