Adding support for parameter updates from within the plugin itself. This is useful when plugin reacts to incoming MIDI, updates its parameter values and needs to propagate the changes to the DAW.
Also, a re-export of egui so that the plugin does not have to depend on egui crate itself.
A compilation fix for the removed feature rustanalyzer_opengl_workaround.
Unrelated side-note: There is https://github.com/tomoyanonymous/baseview/pull/1 which fixes exiting when running standalone on macOS.
Adding support for parameter updates from within the plugin itself. This is useful when plugin reacts to incoming MIDI, updates its parameter values and needs to propagate the changes to the DAW.
Also, a re-export of egui so that the plugin does not have to depend on egui crate itself.
A compilation fix for the removed feature rustanalyzer_opengl_workaround.
Unrelated side-note: There is https://github.com/tomoyanonymous/baseview/pull/1 which fixes exiting when running standalone on macOS.