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

◆ reset()

void MayaFlux::Nodes::Generator::Polynomial::reset ( )

Resets the generator to its initial state.

Clears the internal buffers and resets to initial conditions.

Definition at line 121 of file Polynomial.cpp.

122{
124 m_last_output = 0.0;
125}
void reset()
Reset buffer to initial state (all zeros)
Memory::HistoryBuffer< double > m_history
Ring buffer for input/output history.
double m_last_output
The most recent sample value generated by this oscillator.
Definition Node.hpp:377

References m_history, MayaFlux::Nodes::Node::m_last_output, and MayaFlux::Memory::HistoryBuffer< T >::reset().

Referenced by process_batch().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: