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