Module nih_plug_iced::widgets::generic_ui
source · Expand description
A simple generic UI widget that renders all parameters in a Params
object as a scrollable
list of sliders and labels.
Structs
- Create a generic UI using
ParamSlider
s. - A list of scrollable widgets for every paramter in a
Params
object. TheParamWidget
type determines what widget to use for this. - State for a
GenericUi
.
Traits
- A widget that can be used to create a generic UI with. This is used in conjuction with empty structs to emulate existential types.