DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

README.md (502B)


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