|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Called when this processor is attached to a buffer.
| buffer | Buffer this processor is being attached to |
Provides an opportunity for the processor to initialize buffer-specific state, allocate resources, or perform validation. With expanded processor capabilities, this method can also:
Default implementation does nothing, but derived classes should override this method to leverage the full capabilities of the expanded processor architecture.
Reimplemented from MayaFlux::Buffers::BufferProcessor.
Definition at line 57 of file FeedbackBuffer.cpp.
References m_active_history, m_feed_samples, m_feedback_amount, and m_history.