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