DPF Plugin examples
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 b5ace15262 Add Info example 10 years ago
..
DistrhoPluginInfo.h Add Info example 10 years ago
ExamplePluginInfo.cpp Add Info example 10 years ago
ExampleUIInfo.cpp Add Info example 10 years ago
Makefile Add Info example 10 years ago
README.md Add Info example 10 years ago

README.md

Information example

This example will show how to get several times of information using DPF.
The plugin will not do any audio processing.

In this example the Plugin will have a lot of parameter outputs which the UI uses to get info from.
This includes buffer-size and time position. Sample-rate can be access directly from the UI.
The UI will show this information as text.