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
..
CMakeLists.txt cmake: rename target vst to vst2 4 years ago
DistrhoPluginInfo.h Handle scaling of plugins via host (TESTING) 6 years ago
ExamplePluginParameters.cpp Fix in-place processing in cairoui example; Cleanup 4 years ago
ExampleUIParameters.cpp Make states example cairo compatible too 4 years ago
Makefile Reorganize the example plugin targets 4 years ago
README.md Import plugin examples into this repo 6 years ago

README.md

Parameters example

This example will show how parameters work in DPF.
The plugin will not do any audio processing.

In this example the UI will display a 3x3 grid of colors which can be changed or automated by the host.
There are 2 colors: blue and orange. Blue means off, orange means on.
When a grid block is clicked its color will change and the host will receive a parameter change.
When the host changes a plugin parameter the UI will update accordingly.