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

◆ as_osc()

const OSCMessage & MayaFlux::Core::InputValue::as_osc ( ) const
inline

Definition at line 294 of file InputBinding.hpp.

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

Referenced by MayaFlux::Nodes::Input::OSCNode::extract_value(), and MayaFlux::Core::InputManager::matches_binding().

+ Here is the caller graph for this function: