|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inlineprotectedvirtual |
Creates a default audio transformation processor for this buffer type.
This method is called when a default audio processor is needed but none has been explicitly set. The base AudioBuffer implementation returns nullptr, but derived audio buffer classes can override this to provide type-specific default audio processors.
Reimplemented in MayaFlux::Buffers::SoundContainerBuffer, MayaFlux::Buffers::NodeBuffer, MayaFlux::Buffers::FeedbackBuffer, and MayaFlux::Buffers::RootAudioBuffer.
Definition at line 435 of file AudioBuffer.hpp.