Skip to main content

Module algorithm

Module algorithm 

Source
Expand description

Re-exports rill_core::Algorithm and provides DSP-specific extensions.

The base Algorithm trait lives in rill_core. This module re-exports it together with the DSP-specific ParameterizedAlgorithm abstraction.

Structs§

ActionContext
Context provided to an Algorithm during processing.
AlgorithmMetadata
Descriptive metadata for an Algorithm implementation.

Enums§

AlgorithmCategory
Category of an algorithm (for introspection / UI)

Traits§

Algorithm
Unified processing primitive for ports and DSP blocks.
ParameterizedAlgorithm
An Algorithm with typed, settable parameters.

Type Aliases§

ProcessResult
Result type for signal processing operations