egui_fader 0.1.0

Fader widget for egui applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# egui_fader
Interactable fader for [egui](https://github.com/emilk/egui).

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

![image](https://github.com/user-attachments/assets/4a6d68ec-c51c-4146-9ffe-2897d385832a)

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