MayaFlux 0.5.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.

7{
9}
float value
double m_last_output
The most recent sample value generated by this oscillator.
Definition Node.hpp:425

References MayaFlux::Nodes::Node::m_last_output, and value.