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 00faae6785
Set DISTRHO_UI_FILE_BROWSER macro for all example plugins
2 years ago
..
CMakeLists.txt cmake: support building VST3 (#330) 3 years ago
DistrhoPluginInfo.h Set DISTRHO_UI_FILE_BROWSER macro for all example plugins 2 years ago
ExamplePluginMeters.cpp More tweaks to getBusArrangement, add stereo tag to example meter 3 years ago
ExampleUIMeters.cpp Fix build without set-DGL-namespace 5 years ago
Makefile VST3: full state save/restore support, update TODO items 3 years ago
README.md Import plugin examples into this repo 6 years 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.