|
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 53 of file Nodes/Generators/Random.cpp.
References MayaFlux::Nodes::Generator::RandomContext::amplitude, MayaFlux::Nodes::Generator::RandomContext::distribution_type, MayaFlux::Kinesis::Stochastic::Stochastic::get_algorithm(), MayaFlux::Nodes::Generator::Generator::m_amplitude, m_context, m_context_gpu, m_current_end, m_current_start, m_generator, MayaFlux::Nodes::Node::m_gpu_compatible, m_normal_spread, m_type, MayaFlux::Nodes::Generator::RandomContext::normal_spread, MayaFlux::Nodes::Generator::RandomContext::range_end, MayaFlux::Nodes::Generator::RandomContext::range_start, and MayaFlux::Nodes::NodeContext::value.
Referenced by notify_tick().
Here is the call graph for this function:
Here is the caller graph for this function: