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

Method default

examples/custom_nodes/src/nodes/filter.rs:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56impl 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected