Files
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
..
2022-02-27 16:49:18 +01:00
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.