MCPcopy Create free account
hub / github.com/PerroEngine/Perro / apply_low_pass

Method apply_low_pass

perro_source/audio_stack/perro_pawdio/src/dsp.rs:237–245  ·  view source on GitHub ↗
(&mut self, ch: usize, sample: f32, amount: f32)

Source from the content-addressed store, hash-verified

235 input,
236 control,
237 channels,
238 channel_index: 0,
239 params: DspParams::dry(),
240 param_counter: 0,
241 wet_active: false,
242 channel_state: vec![ChannelState::default(); channels],
243 wet,
244 }
245 }
246}
247
248impl<S> Iterator for DspSource<S>

Callers 1

nextMethod · 0.80

Calls 2

maxMethod · 0.45
clampMethod · 0.45

Tested by

no test coverage detected