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

◆ set_mix()

void MayaFlux::Buffers::NodeSourceProcessor::set_mix ( float  mix)
inline

Sets the interpolation coefficient between existing and incoming data.

Parameters
mixInterpolation coefficient (0.0-1.0)

Definition at line 62 of file NodeBuffer.hpp.

62{ m_mix = mix; }
float m_mix
Interpolation coefficient between existing and incoming data (0.0-1.0)
std::vector< double > mix(const std::vector< std::vector< double > > &streams)
Mix multiple data streams with equal weighting.
Definition Yantra.cpp:1019

References MayaFlux::mix().

+ Here is the call graph for this function: