Module nih_plug_egui::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.
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.
Functions
- Create a scrollable generic UI using the specified widget. Takes up all the remaining vertical space.