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

◆ ring_push()

void MayaFlux::Nodes::Generator::Polynomial::ring_push ( double  val)
private

Definition at line 166 of file Polynomial.cpp.

167{
168 if (m_buffer_size == 0)
169 return;
173 ++m_ring_count;
174}
size_t m_buffer_size
Maximum size of the buffers.

References m_buffer_size, m_ring_count, m_ring_data, and m_ring_head.

Referenced by process_sample().

+ Here is the caller graph for this function: