1
0
Fork 0

Add TODOs for things that need fixing

This commit is contained in:
Robbert van der Helm 2022-02-06 15:01:12 +01:00
parent eefb5e604c
commit 92c090766a

View file

@ -35,6 +35,8 @@ pub use egui;
/// your plugin' [nih_plug::Plugin::editor_size()] implementation.
//
// TODO: DPI scaling, this needs to be implemented on the framework level
// TODO: Opening the GUI causes an xrun, why?
// TODO: The current version of egui-baseview causes a SIGABRT you when you close the GUI
pub fn create_egui_editor<T, U>(
parent: EditorWindowHandle,
size: Arc<AtomicCell<(u32, u32)>>,