|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Logic::on_tick_if | ( | const NodeCondition & | condition, |
| const TypedHook< LogicContext > & | callback | ||
| ) |
Registers a conditional callback for generated samples.
| callback | Function to call when condition is met |
| condition | Predicate that determines when callback is triggered |
Definition at line 568 of file Logic.cpp.
References add_callback(), and MayaFlux::Nodes::Generator::CONDITIONAL.
Here is the call graph for this function: