DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 9a8b49d126
Update cmake for latest changes, allow webview UI_TYPE
11 months ago
..
CMakeLists.txt Update cmake for latest changes, allow webview UI_TYPE 11 months ago
DistrhoPluginInfo.h Initial implementation for DISTRHO_UI_USE_WEB_VIEW 1 year ago
ExamplePluginWebMeters.cpp Initial implementation for DISTRHO_UI_USE_WEB_VIEW 1 year ago
ExampleUIWebMeters.cpp Initial implementation for DISTRHO_UI_USE_WEB_VIEW 1 year ago
Makefile Update cmake for latest changes, allow webview UI_TYPE 11 months ago
README.md Initial implementation for DISTRHO_UI_USE_WEB_VIEW 1 year ago
index.html Initial implementation for DISTRHO_UI_USE_WEB_VIEW 1 year ago

README.md

Meters example

This example will show how parameter outputs can be used for UI meters in DPF.
The plugin will inspect the host audio buffer but it won't change it in any way.

In this example the UI will display a simple meter based on the plugin's parameter outputs.
In order to make drawing easier the UI uses NanoVG instead of raw OpenGL.
Please see the Parameters and States examples before studying this one.