[][src]Module iced_audio::native

A renderer-agnostic native GUI runtime for Iced Audio.

Re-exports

pub use h_slider::HSlider;
pub use v_slider::VSlider;
pub use knob::Knob;
pub use xy_pad::XYPad;

Modules

h_slider

Display an interactive horizontal slider that controls a Param

knob

Display an interactive rotating knob that controls a Param

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.