[][src]Module iced_audio::param

Structs

FloatParam

A Param that defines a continuous linear range of f32 values

IntParam

A parameter that defines a discrete linear range of i32 values

LogDBParam

A Param that defines a continuous logarithmic range of dB values, with an inflection/stationary point at 0 dB

OctaveParam

A Param that defines a continuous logarithmic range of f32 frequency values, with each octave in the 10 octave spectrum spaced evenly.

Traits

Param

A paramater that maps a range of values to a Normal, which is used by GUI widgets. It also contains a Normal for the default value of the parameter.