|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlineoverridevirtual |
Registers a callback for every output sample.
| callback | Function to call when a new sample is output |
This method delegates to the target node's on_tick method, ensuring that callbacks are triggered based on the final output of the chain rather than intermediate values. The callback receives the context from the target node.
Reimplemented from MayaFlux::Nodes::Node.
Definition at line 72 of file NodeStructure.hpp.