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

◆ as_osc()

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

Definition at line 260 of file InputBinding.hpp.

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

Referenced by MayaFlux::Core::InputManager::matches_binding().

+ Here is the caller graph for this function: