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 9421c3d39a
Merge branch 'develop' into pugl-upstream-v2
4 years ago
..
modgui Add modgui to Info plugin 5 years ago
CMakeLists.txt cmake: rename target vst to vst2 4 years ago
DistrhoPluginInfo.h Only enable Info modgui if building for MOD 5 years ago
InfoExamplePlugin.cpp Fix in-place processing in cairoui example; Cleanup 4 years ago
InfoExampleUI.cpp Use system font if DGL_NO_SHARED_RESOURCES is defined 5 years ago
Makefile Reorganize the example plugin targets 4 years ago
README.md Import plugin examples into this repo 6 years ago
modgui.ttl Add modgui to Info plugin 5 years ago

README.md

Information example

This example will show how to get some basic information sent to the UI.

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

The plugin will not do any audio processing.