MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_history_buffer() [1/2]

Memory::HistoryBuffer< double > & MayaFlux::Buffers::FeedbackBuffer::get_history_buffer ( )
inline

Get mutable access to the history buffer.

Returns
Reference to the HistoryBuffer storing previous state

Definition at line 54 of file FeedbackBuffer.hpp.

54{ return m_history; }
Memory::HistoryBuffer< double > m_history