|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overrideprotectedvirtual |
Notifies all registered callbacks about a new sample.
| value | The newly generated sample |
This method is called internally whenever a new sample is generated, creating the appropriate context and invoking all registered callbacks that should receive notification about this sample.
Implements MayaFlux::Nodes::Node.
Definition at line 512 of file Logic.cpp.
References MayaFlux::Nodes::Generator::CHANGE, MayaFlux::Nodes::Generator::CONDITIONAL, create_context(), MayaFlux::Nodes::Generator::FALSE, m_all_callbacks, MayaFlux::Nodes::Node::m_last_context, MayaFlux::Nodes::Node::m_last_output, MayaFlux::Nodes::Generator::TICK, MayaFlux::Nodes::Generator::TRUE, MayaFlux::Nodes::Generator::WHILE_FALSE, and MayaFlux::Nodes::Generator::WHILE_TRUE.
Referenced by process_multi_input(), and process_sample().
Here is the call graph for this function:
Here is the caller graph for this function: