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

◆ setup_processors()

virtual void MayaFlux::Buffers::AudioBuffer::setup_processors ( ProcessingToken  token)
inlinevirtual

Sets up audio processors for the specified processing token.

Parameters
tokenProcessing 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 in MayaFlux::Buffers::SoundFileBridge, and MayaFlux::Buffers::NodeBuffer.

Definition at line 84 of file AudioBuffer.hpp.

84{ }