truce-params 0.1.1

Parameter system for the truce framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# truce-params

Parameter system for the truce audio plugin framework.

Provides the types and utilities for declaring, smoothing, and formatting
plugin parameters:

- **Parameter types**`FloatParam`, `IntParam`, `BoolParam`, `EnumParam`
- **`ParamRange`** — defines value ranges and mapping curves
- **`Smoother` / `SmoothingStyle`** — per-sample parameter smoothing
- **`ParamInfo`** — metadata (name, unit, flags) for host integration
- **`format_param_value`** — human-readable display formatting