|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overrideprotectedvirtual |
Updates the context object with the current node state.
| value | The current sample value |
This method is responsible for updating the NodeContext object with the latest state information from the node. It is called internally whenever a new output value is produced, ensuring that the context reflects the current state of the node for use in callbacks.
Reimplemented from MayaFlux::Nodes::Generator::Generator.
Definition at line 128 of file Stochastic.cpp.
References MayaFlux::Nodes::Generator::Stochastics::StochasticContext::amplitude, MayaFlux::Nodes::Generator::Stochastics::StochasticContext::distribution_type, MayaFlux::Nodes::Generator::Generator::m_amplitude, m_context, m_context_gpu, m_current_end, m_current_start, MayaFlux::Nodes::Node::m_gpu_compatible, m_normal_spread, m_type, MayaFlux::Nodes::Generator::Stochastics::StochasticContext::normal_spread, MayaFlux::Nodes::Generator::Stochastics::StochasticContext::range_end, MayaFlux::Nodes::Generator::Stochastics::StochasticContext::range_start, and MayaFlux::Nodes::NodeContext::value.
Referenced by notify_tick().
Here is the caller graph for this function: