Module nih_plug::context::gui

source ·
Expand description

A context passed to a plugin’s editor.

Structs

Traits

  • Callbacks the plugin can make when the user interacts with its GUI such as updating parameter values. This is passed to the plugin during Editor::spawn(). All of these functions assume they’re being called from the main GUI thread.