MayaFlux 0.2.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 257 of file InputBinding.hpp.

257{ 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: