• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-May-2019-

DistrhoPluginInfo.hH A D26-May-20191.3 KiB3313

ExamplePluginStates.cppH A D26-May-201910 KiB317179

ExampleUIStates.cppH A D26-May-20198.2 KiB288161

MakefileH A D26-May-2019958 5425

README.mdH A D26-May-2019502 107

README.md

1# States example
2
3This example will show how states work in DPF.<br/>
4The plugin will not do any audio processing.<br/>
5
6In this example the UI will display a 3x3 grid of colors which can *not* be changed by the host.<br/>
7There are 2 colors: blue and orange. Blue means off, orange means on.<br/>
8When a grid block is clicked its color will change and the host will receive a message which is auto-saved.<br/>
9When the UI is opened it will receive messages indicating the last used block states.<br/>
10