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

Method reset

crates/firewheel-nodes/src/spatial_basic.rs:266–270  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

264 distance_attenuator: DistanceAttenuatorStereoDsp,
265
266 params: SpatialBasicNode,
267 prev_input_settled: bool,
268}
269
270impl Processor {
271 fn reset(&mut self) {
272 self.gain_l.reset_to_target();
273 self.gain_r.reset_to_target();

Callers 3

eventsMethod · 0.45
bypassedMethod · 0.45
processMethod · 0.45

Calls 1

reset_to_targetMethod · 0.45

Tested by

no test coverage detected