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

◆ update_context()

void MayaFlux::Nodes::Constant::update_context ( double  value)
overrideprotectedvirtual

Update m_context with the latest value.

Parameters
valueMost recently emitted sample

Implements MayaFlux::Nodes::Node.

Definition at line 66 of file Constant.cpp.

67{
68 m_context.value = value;
69}
ConstantContext m_context
Definition Constant.hpp:135
double value
Current sample value.
Definition Node.hpp:40

References m_context, and MayaFlux::Nodes::NodeContext::value.

Referenced by notify_tick().

+ Here is the caller graph for this function: