|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inline |
Push new value to front of history.
| value | New sample value |
Inserts value at index 0, shifting all previous values back. Oldest value (at index capacity-1) is discarded.
Definition at line 373 of file RingBuffer.hpp.
References MayaFlux::Memory::HistoryBuffer< T >::m_capacity, MayaFlux::Memory::HistoryBuffer< T >::m_count, MayaFlux::Memory::HistoryBuffer< T >::m_data, and MayaFlux::Memory::HistoryBuffer< T >::m_head.
Referenced by MayaFlux::Nodes::Network::WaveguideNetwork::process_bidirectional(), MayaFlux::Nodes::Generator::Polynomial::process_sample(), MayaFlux::Nodes::Network::WaveguideNetwork::process_unidirectional(), and MayaFlux::Buffers::FeedbackProcessor::processing_function().
Here is the caller graph for this function: