We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f4621 commit 7359322Copy full SHA for 7359322
crates/firewheel-nodes/src/svf.rs
@@ -31,9 +31,6 @@ pub const DEFAULT_MAX_Q: f32 = 40.0;
31
pub const DEFAULT_MIN_GAIN_DB: f32 = -24.0;
32
pub const DEFAULT_MAX_GAIN_DB: f32 = 24.0;
33
34
-pub type SvfMonoNode = SvfNode<1>;
35
-pub type SvfStereoNode = SvfNode<2>;
36
-
37
/// The configuration for an [`SvfNode`]
38
#[derive(Debug, Clone, PartialEq)]
39
#[cfg_attr(feature = "bevy", derive(bevy_ecs::prelude::Component))]
0 commit comments