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

◆ as_vector()

const std::vector< double > & MayaFlux::Core::InputValue::as_vector ( ) const
inline

Definition at line 291 of file InputBinding.hpp.

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

Referenced by MayaFlux::Nodes::Input::InputNode::extract_value().

+ Here is the caller graph for this function: