If you have Midi Buttons sending Midi messages on activation and deactivation, you can utilize them to control the Switches in your Disposition.
Program Change Midi message is used to activate (on program 20) and deactivate (on program 21) a Switch:
| Name | Status | Data1 | Data2 |
|---|---|---|---|
| Activate | equal 192 | equal 20 | |
| Deactivate | equal 192 | equal 21 |
A Midi Button capable of sending a single Midi message only can be used to toggle a Switch.
Program Change Midi message with program 64 is used to toggle a Switch:
| Name | Status | Data1 | Data2 |
|---|---|---|---|
| Toggle | equal 192 | equal 64 |
The Messages View allows convenient recording of these messages.