MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / ConvolutionProcessor

Class ConvolutionProcessor

crates/firewheel-nodes/src/convolution.rs:203–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 declick: Declicker::SettledAt0,
202 convolver,
203 max_frames,
204 did_init_first_impulse,
205 has_impulse: did_init_first_impulse,
206 new_impulse_queued: false,
207 })
208 }
209}
210
211struct ConvolutionProcessor {
212 params: ConvolutionNode,
213 gain: SmoothedParam,
214 declick: Declicker,
215 convolver: Vec<FFTConvolver<f32>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected