MayaFlux 0.2.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.

293{ m_output_scale = scale; }
double m_output_scale
Post-processing scalar applied to m_last_audio_buffer each batch.