Module iced_audio::native[][src]

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;

Modules

h_slider

Display an interactive horizontal slider that controls a NormalParam

knob

Display an interactive rotating knob that controls a NormalParam

mod_range_input

Display an interactive dot that controls an NormalParam

ramp

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

text_marks

Structs for constructing a group of text marks.

tick_marks

Structs for constructing a group of tick marks.

v_slider

Display an interactive vertical slider that controls a NormalParam

xy_pad

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