//! DSP-specific parameter types and re-exports.
//!//! The [`ParameterizedAlgorithm`] trait lives in `rill-core` alongside
//! [`rill_core::traits::algorithm::Algorithm`]. This module re-exports it
//! together with DSP filter parameter types.
pubuserill_core::traits::algorithm::ParameterizedAlgorithm;