Skip to main content

Module params

Module params 

Source
Expand description

Parameter definitions - the single source of truth for all plugin parameters.

This module defines parameter IDs, specifications, conversion functions, and the ParamSet trait for user-defined parameter sets.

Structs§

ParamId
Unique identifier for each parameter.
ParamSpec
Specification for a single parameter.
WavecraftParams
Default parameter set for VstKit reference implementation.

Enums§

WavecraftParamId
Legacy parameter IDs for the VstKit reference implementation.

Constants§

PARAM_SPECS
Canonical parameter specifications.

Traits§

ParamSet
Trait for user-defined parameter sets.

Functions§

db_to_linear
Convert decibels to linear gain.