MCPcopy Create free account
hub / github.com/RustAudio/dsp-chain / wet

Method wet

src/node.rs:46–48  ·  view source on GitHub ↗

Following the call to the `Node`'s `audio_requested` method, the `Graph` will sum together some of the original (dry) signal with some of the processed (wet) signal. This method specifies the amount of the wet signal to be used (0.0 ... 1.0). By default, we want only the fully wet signal (1.0). This default is useful for generator types where we are generating a brand new signal. For processors

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 4

graph.rssrc/graph.rs
node.rssrc/node.rs
volume.rsexamples/volume.rs
synth.rsexamples/synth.rs

Calls

no outgoing calls

Tested by

no test coverage detected