Link to ParamEvent in nih_plug_vizia's docs
This commit is contained in:
parent
9b465fc39d
commit
869e69cd57
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue