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

◆ as_midi()

const MIDIMessage & MayaFlux::Core::InputValue::as_midi ( ) const
inline

Definition at line 259 of file InputBinding.hpp.

259{ return std::get<MIDIMessage>(data); }
std::variant< double, std::vector< double >, std::vector< uint8_t >, MIDIMessage, OSCMessage > data

Referenced by MayaFlux::Nodes::Input::InputNode::extract_value(), MayaFlux::Nodes::Input::MIDINode::extract_value(), MayaFlux::Core::InputManager::matches_binding(), and MayaFlux::Nodes::Input::MIDINode::matches_filters().

+ Here is the caller graph for this function: