1//! WDF-based filters.
2//!
3//! These filters use Wave Digital Filter elements and adapters to model
4//! analog circuits, providing authentic analog behavior.
56mod diode_clipper;
7mod moog_ladder;
89pub use diode_clipper::DiodeClipper;
10pub use moog_ladder::{MoogLadder, RcPole};