DPF

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

README.md (493B)


      1 # Parameters example
      2 
      3 This example will show how parameters 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 be changed or automated 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 parameter change.<br/>
      9 When the host changes a plugin parameter the UI will update accordingly.<br/>