()
| 54 | } |
| 55 | |
| 56 | impl Default for FilterNode { |
| 57 | fn default() -> Self { |
| 58 | Self { |
| 59 | cutoff_hz: 1_000.0, |
| 60 | volume: Volume::default(), |
| 61 | coeff_update_factor: CoeffUpdateFactor::default(), |
| 62 | } |
| 63 | } |
| 64 | } |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected