[][src]Module iced_audio::native

A renderer-agnostic native GUI runtime for Iced Audio.

Re-exports

pub use h_slider::HSlider;
pub use knob::Knob;
pub use mod_range_input::ModRangeInput;
pub use ramp::Ramp;
pub use v_slider::VSlider;
pub use xy_pad::XYPad;
pub use db_meter::DBMeter;
pub use phase_meter::PhaseMeter;
pub use reduction_meter::ReductionMeter;

Modules

db_meter

Display a visualizer that displays average/peak decibel levels. It can be either mono or stereo.

h_slider

Display an interactive horizontal slider that controls a Param

knob

Display an interactive rotating knob that controls a Param

mod_range_input

Display an interactive dot that controls an Param

phase_meter

Display a visualizer that displays the phase correlation of a stereo signal.

ramp

Display a ramp control that controls a Param. It is usually used to represent the easing of a parameter between two points in time.

reduction_meter

Display a visualizer that displays average/peak reduction levels.

v_slider

Display an interactive vertical slider that controls a Param

xy_pad

Display an interactive 2D XY Pad that controls two Param parameters at once. One in the x coordinate and one in the y coordinate.