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

◆ Constant()

MayaFlux::Nodes::Constant::Constant ( double  value = 0.0)
explicit

Construct with an initial constant value.

Parameters
valueScalar to emit on every process_sample() / process_batch() call

Definition at line 5 of file Constant.cpp.

6 : m_value(value)
7{
8 m_last_output = value;
9}
double m_last_output
The most recent sample value generated by this oscillator.
Definition Node.hpp:377

References MayaFlux::Nodes::Node::m_last_output.