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

Method dry

src/node.rs:29–31  ·  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 dry signal to be used (0.0 ... 1.0). By default, we don't want any of the original signal. This default is useful for generator types, where the original signal is often 0.0 anyway. For proce

(&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