summaryrefslogtreecommitdiff
path: root/examples/Meters/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Meters/README.md')
-rw-r--r--examples/Meters/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Meters/README.md b/examples/Meters/README.md
new file mode 100644
index 00000000..a2386d7b
--- /dev/null
+++ b/examples/Meters/README.md
@@ -0,0 +1,8 @@
+# Meters example
+
+This example will show how parameter outputs can be used for UI meters in DPF.<br/>
+The plugin will inspect the host audio buffer but it won't change it in any way.<br/>
+
+In this example the UI will display a simple meter based on the plugin's parameter outputs.<br/>
+In order to make drawing easier the UI uses NanoVG instead of raw OpenGL.<br/>
+Please see the Parameters and States examples before studying this one.<br/>