Module iced_audio::graphics

source ·
Expand description

A wgpu renderer for Iced Audio widgets

Modules

  • Display an interactive horizontal slider that controls a Param
  • Display an interactive rotating knob that controls a Param
  • Display an interactive dot that controls an Param
  • Display a ramp control that controls a Param. It is usually used to represent the easing of a parameter between two points in time.
  • Structs for constructing a group of text marks.
  • Structs for constructing a group of tick marks.
  • Display an interactive vertical slider that controls a Param
  • Display an interactive 2D XY Pad that controls two Param parameters at once. One in the x coordinate and one in the y coordinate.