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

◆ get_mix()

float MayaFlux::Buffers::NodeSourceProcessor::get_mix ( ) const
inline

Gets the current interpolation coefficient.

Returns
Current interpolation coefficient (0.0-1.0)

Definition at line 68 of file NodeBuffer.hpp.

68{ return m_mix; }
float m_mix
Interpolation coefficient between existing and incoming data (0.0-1.0)