From 66b3387d2245848161358f9a38776efc3c92b4d6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 18 Mar 2023 13:52:24 +0100 Subject: [PATCH] Point out the docs on create_vizia_editor() --- nih_plug_vizia/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nih_plug_vizia/README.md b/nih_plug_vizia/README.md index e5066d7a..3173bf72 100644 --- a/nih_plug_vizia/README.md +++ b/nih_plug_vizia/README.md @@ -1,4 +1,6 @@ # NIH-plug: VIZIA support This provides an adapter to create [VIZIA](https://github.com/geom3trik/VIZIA) -based GUIs with NIH-plug. +based GUIs with NIH-plug. See the documentation in the main +`create_vizia_editor()` function and the examples in the repo for pointers on +how this integrates VIZIA with NIH-plug.