1
0
Fork 0
nih-plug/nih_plug_egui
Robbert van der Helm 556bec7c0b Move editor handling to its own struct
This makes the API much, much nicer (especially consuming the egui
wrapper), and it also avoids having to lock the plugin instance which is
obviously very bad if the plugin is also supposed to be processing audio
on another thread.
2022-02-06 17:12:57 +01:00
..
src Move editor handling to its own struct 2022-02-06 17:12:57 +01:00
Cargo.toml Move editor handling to its own struct 2022-02-06 17:12:57 +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.