mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Link to ParamEvent in nih_plug_vizia's docs
This commit is contained in:
@@ -29,7 +29,7 @@ pub mod widgets;
|
||||
///
|
||||
/// The [`GuiContext`] is also passed to the app function. This is only meant for saving and
|
||||
/// restoring state as part of your plugin's preset handling. You should not interact with this
|
||||
/// directly to set parameters. Use the `ParamEvent`s instead.
|
||||
/// directly to set parameters. Use the [`ParamEvent`][widgets::ParamEvent]s instead.
|
||||
///
|
||||
/// The `theming` argument controls what level of theming to apply. If you use
|
||||
/// [`ViziaTheming::Custom`], then you **need** to call
|
||||
|
||||
Reference in New Issue
Block a user