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

◆ set_output_scale()

void MayaFlux::Nodes::Network::NodeNetwork::set_output_scale ( double  scale)
inline

Set the scalar multiplier applied to the network's output buffer after processing.

Parameters
scaleLinear scale factor (1.0 = unity, 0.0 = silence, >1.0 = amplify)

Definition at line 293 of file NodeNetwork.hpp.

double m_output_scale
Post-processing scalar applied to m_last_audio_buffer each batch.
Tendency< D, float > scale(const Tendency< D, float > &t, float factor)
Uniform scaling of a scalar-output tendency.
Definition Tendency.hpp:97