Module iced_audio::core[][src]

The core module of Iced Audio.

This module holds basic types that can be reused and re-exported in different runtime implementations.

Re-exports

pub use knob_angle_range::*;
pub use modulation_range::ModulationRange;
pub use normal::Normal;
pub use normal_param::NormalParam;
pub use offset::Offset;
pub use range::*;

Modules

knob_angle_range

The range between the minimum and maximum angle (in radians) a knob will rotate.

math

Math helper functions

modulation_range

The state of a modulation range

normal

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

normal_param

Module for the NormalParam struct

offset

Offset type

range

Ranges of parameter values that map to a Normal