Browse Source

Update states README

pull/2/head
falkTX 10 years ago
parent
commit
a4d551003e
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      plugins/States/README.md

+ 5
- 5
plugins/States/README.md View File

@@ -1,9 +1,9 @@
# Parameters example
# States example

This example will show how parameters work in DPF.<br/>
This example will show how states work in DPF.<br/>
The plugin will not do any audio processing.<br/>

In this example the UI will display a 3x3 grid of colors which can be changed or automated by the host.<br/>
In this example the UI will display a 3x3 grid of colors which can *not* be changed by the host.<br/>
There are 2 colors: blue and orange. Blue means off, orange means on.<br/>
When a grid block is clicked its color will change and the host will receive a parameter change.<br/>
When the host changes a plugin parameter the UI will update accordingly.<br/>
When a grid block is clicked its color will change and the host will receive a message which is auto-saved.<br/>
When the UI is opened it will receive messages indicating the last used block states.<br/>

Loading…
Cancel
Save