• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Jun-2019-

DistrhoPluginInfo.hH A D24-Jun-20191.4 KiB3615

ExamplePluginMeters.cppH A D24-Jun-20198 KiB285146

ExampleUIMeters.cppH A D24-Jun-20197.2 KiB256140

MakefileH A D24-Jun-2019967 5425

README.mdH A D24-Jun-2019442 96

README.md

1# Meters example
2
3This example will show how parameter outputs can be used for UI meters in DPF.<br/>
4The plugin will inspect the host audio buffer but it won't change it in any way.<br/>
5
6In this example the UI will display a simple meter based on the plugin's parameter outputs.<br/>
7In order to make drawing easier the UI uses NanoVG instead of raw OpenGL.<br/>
8Please see the Parameters and States examples before studying this one.<br/>
9