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 3a84bbb3eb
Special case for repainting on AU hosts
1 year ago
..
CMakeLists.txt Initial implementation of modgui over wasm 2 years ago
DistrhoPluginInfo.h Rework how AU macros are defined, use it for other formats 1 year ago
InfoExamplePlugin.cpp Rework how AU macros are defined, use it for other formats 1 year ago
InfoExampleUI.cpp Special case for repainting on AU hosts 1 year ago
Makefile Initial handling of AU parameters 1 year ago
README.md Import plugin examples into this repo 6 years ago
ResizeHandle.hpp Update to latest pugl 1 year 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.