|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Called when this processor is attached to a buffer.
| buffer | Buffer this processor is being attached to |
Initializes the previous state storage to match the size of the attached buffer. If the buffer is a FeedbackBuffer, the processor will use its internal previous state.
Reimplemented from MayaFlux::Buffers::BufferProcessor.
Definition at line 76 of file FeedbackBuffer.cpp.
References m_buffer_index, m_feed_samples, m_feedback_amount, m_previous_buffer, and m_using_internal_buffer.