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

◆ notify_tick()

void MayaFlux::Nodes::Input::MIDINode::notify_tick ( double  value)
overrideprotectedvirtual

Notify callbacks (minimal for InputNode)

InputNodes fire callbacks sparingly - the input event IS the notification. Override if you need per-sample callbacks (rare for input).

Reimplemented from MayaFlux::Nodes::Input::InputNode.

Definition at line 92 of file MIDINode.cpp.

93{
97 }
98}
void notify_tick(double value) override
Notify callbacks (minimal for InputNode)
void fire_midi_callbacks(const Core::InputValue::MIDIMessage &midi)
Definition MIDINode.cpp:100
std::optional< Core::InputValue::MIDIMessage > m_last_midi_message
Definition MIDINode.hpp:184

References fire_midi_callbacks(), m_last_midi_message, and MayaFlux::Nodes::Input::InputNode::notify_tick().

+ Here is the call graph for this function: