MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_all_callbacks

std::vector<LogicCallback> MayaFlux::Nodes::Generator::Logic::m_all_callbacks
private

Collection of all callback functions.

Stores the registered callback functions that will be notified whenever the oscillator produces a new sample. These callbacks enable external components to monitor and react to the oscillator's output without interrupting the generation process.

Definition at line 601 of file Logic.hpp.

Referenced by notify_tick(), remove_conditional_hook(), remove_hook(), and remove_hooks_of_type().