|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlineoverridevirtual |
Registers a conditional callback for output samples.
| callback | Function to call when condition is met |
| condition | Predicate that determines when callback is triggered |
This method delegates to the target node's on_tick_if method, ensuring that conditional callbacks are evaluated based on the final output of the chain. The callback and condition both receive the context from the target node.
Reimplemented from MayaFlux::Nodes::Node.
Definition at line 87 of file NodeStructure.hpp.