1
0
Fork 0
nih-plug/nih_plug_egui
Robbert van der Helm 0dd71cf644 Fix slider same value check with discrete params
Because the check was done against the normalized value, before
snapping. This required adding `PartialEq` to the `Plain` type.
2022-03-05 19:51:06 +01:00
..
src Fix slider same value check with discrete params 2022-03-05 19:51:06 +01:00
Cargo.toml Update to egui 0.17 2022-02-27 16:49:18 +01:00
README.md Add an egui editor adapter 2022-02-06 00:22:33 +01:00

NIH-plug: egui support

This provides an adapter to create egui based GUIs with NIH-plug through egui-baseview.