[][src]Crate iced_audio

Modules

h_slider

Display an interactive horizontal slider that controls a Param

param

Structs

FloatParam

A Param that defines a continuous linear range of f32 values

HSlider

A horizontal slider GUI widget that controls a Param

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

Normal

An f32 value that is gauranteed to be constrained to the range of

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.