diff options
-rw-r--r-- | lv2/lv2plug.in/ns/ext/pui/pui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/pui/pui.h b/lv2/lv2plug.in/ns/ext/pui/pui.h index caa7deb..f191654 100644 --- a/lv2/lv2plug.in/ns/ext/pui/pui.h +++ b/lv2/lv2plug.in/ns/ext/pui/pui.h @@ -28,7 +28,8 @@ ***********************************************************************/ /** - @file pui.h C API for the LV2 UI extension <http://lv2plug.in/ns/ext/pui>. + @file pui.h + C API for the LV2 UI extension <http://lv2plug.in/ns/ext/pui>. This file specifies a C API for communication between an LV2 host and an LV2 UI. The interface is similar to the one used for actual LV2 plugins. |