|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inline |
Overwrite the newest element without advancing position.
| value | New value for current sample |
Critical for recursive algorithms where you push input, compute output, then replace the pushed value with the computed result.
Definition at line 441 of file RingBuffer.hpp.
References MayaFlux::Memory::HistoryBuffer< T >::m_data, and MayaFlux::Memory::HistoryBuffer< T >::m_head.
Referenced by MayaFlux::Nodes::Generator::Polynomial::process_sample().
Here is the caller graph for this function: