|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Sets up audio processors for the specified processing token.
| token | Processing token indicating the domain |
This is useful to avoid calling shared_from_this() in constructors of derived classes. Derived audio buffer types can override this method to attach audio-specific processors based on the processing token.
Reimplemented from MayaFlux::Buffers::AudioBuffer.
Definition at line 68 of file NodeBuffer.cpp.
References create_default_processor(), and MayaFlux::Buffers::AudioBuffer::m_default_processor.
Here is the call graph for this function: