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

◆ get_current_value()

double MayaFlux::Nodes::Input::InputNode::get_current_value ( ) const
inline

Get the current smoothed value.

Definition at line 177 of file InputNode.hpp.

177{ return m_current_value.load(); }
std::atomic< double > m_current_value