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 14b4536aad
Reorder some code and add stubs for HaikuOS support
5 years ago
..
DistrhoPluginInfo.h Handle scaling of plugins via host (TESTING) 6 years ago
ExamplePluginStates.cpp Fix examples homepage and correct some typos 6 years ago
ExampleUIStates.cpp Handle scaling of plugins via host (TESTING) 6 years ago
Makefile Reorder some code and add stubs for HaikuOS support 5 years ago
README.md Import plugin examples into this repo 6 years ago

README.md

States example

This example will show how states 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 not be changed 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 message which is auto-saved.
When the UI is opened it will receive messages indicating the last used block states.