egui_fader 0.1.1

Fader widget for egui applications.
Documentation

egui_fader

Interactable fader for egui.

Based on an audio fader, a widget that shows input signal and allows modifying the level of inputs. The interactable component uses code from egui::Slider but allows the range to be set with a piecewise function.

image

Other Features

  • The most recent peak is shown on the fader.
  • Double click returns the level neutral (0 by default).
  • Fine dragging when holding down shift, control, or alt.