|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
The core processing function that must be implemented by derived classes.
| buffer | Buffer to process |
This method is where the actual transformation logic is implemented. It should contain the algorithmic details of how the buffer's data is transformed, analyzed, or processed. The implementation can utilize any backend capabilities available to the processor, including:
Derived classes must override this method to provide specific processing behavior.
Implements MayaFlux::Buffers::BufferProcessor.
Definition at line 90 of file FeedbackBuffer.cpp.
References m_active_history, m_feed_samples, m_feedback_amount, m_history, and MayaFlux::Memory::HistoryBuffer< T >::push().
Here is the call graph for this function: