Skip to main content

rill_core_dsp/
algorithm.rs

1//! DSP-specific parameter types and re-exports.
2//!
3//! The [`ParameterizedAlgorithm`] trait lives in `rill-core` alongside
4//! [`rill_core::traits::algorithm::Algorithm`]. This module re-exports it
5//! together with DSP filter parameter types.
6
7pub use rill_core::traits::algorithm::ParameterizedAlgorithm;