Chapter 5: Advanced Programming Functions
The MIDI CC (continuous controller) numbers from 0 to 127 are part of the General MIDI specification, and are typically used for
Axiom never transmits values outside the range specified by the MIDI protocol (0 – 127). The controller numbers from 128 – 255 are only used internally by Axiom. This simplifies configuration of knobs, buttons, and faders when assigning advanced MIDI messages, and allows additional configuration options for the controls (such as setting the trigger or toggle operation of a button).
Setting Toggle Values (Min/Max) for Buttons or Sustain Pedals
When standard MIDI CC numbers are assigned to buttons or a Sustain Pedal, they will toggle between two values. This means that one value is sent the first time it is pressed, and another value is sent the next time it is pressed.
By default, the buttons on Axiom are already configured to operate as toggle switches. When configuring a button or a Sustain Pedal to operate in toggle mode, the following three values need to be specified:
Key | Parameter | Value |
Control Assign (example) | MIDI CC number | 10 (Pan) |
Data 2 (example) | Second press | 0 (minimum) |
Data 3 (example) | First press | 127 (maximum) |
The following example will configure a button to "hard pan" the sound to the left speaker when it is pressed the first time, and "hard pan" to the right speaker when it is pressed a second time.
To set Toggle Values (min/max) for buttons or Sustain Pedals:
1.Select a button as described earlier.
2.Press the Edit button.
3.Press the Control Assign key. The LCD screen will read "ASIGN," and display the currently selected control (for example "F10") and the current MIDI CC assignment (for example "146").
4.Type 10 using the number keys. This assigns MIDI CC number 10 (Pan) to the button.
5.Press the Enter key.
6.Press the Edit button.
7.Press the Data 2 key. The LCD screen will read "MIN" and display the currently selected control (for example "F10"), and the current value (for example "64").
8.Type 0 using the number keys to assign the "second button press" (minimum) value.
9.Press the Enter key.
10.Press the Edit button.
11.Press the Data 3 key. The LCD screen will read "MAX" and display the currently selected control (for example "F10"), and the current value (for example "87").
12.Type 127 using the number keys to assign the "first button press" (maximum) value.
13.Press the Enter key.
If you want the button to send the same value every time it is pressed, enter the same value for both the Data2 and Data 3 parameters.
It can be useful to transmit two other specific values instead of sending minimum (zero) and maximum (127) values as in the above example. When assigning a button to control Pan (MIDI CC 10), you can, for example, configure Data 2 to send value 38, and Data 3 to send value 93, effectively causing pan to switch between the approximate "ten o'clock" and "two o'clock" positions when pressing the button repeatedly.
Setting Trigger Values for Buttons or Sustain Pedals
It is possible to set a Trigger Value for a button or the Sustain Pedal, causing it to send one value when pressed and held down, and another value when released.
The Sustain Pedal is already configured to send trigger values by default, ensuring it activates the Sustain effect when pressed and deactivates it when the Pedal is released. Buttons can also be configured to operate this way, which requires four values to be specified. In the example of the Sustain Pedal, these four values are:
Key | Parameter | Value |
Control Assign | Trigger On/Off operation | 146 |
Data 1 (example) | MIDI CC number | 64 (sustain) |
Data 2 (example) | Button/Pedal Released | 0 (minimum) |
Data 3 (example) | Button/Pedal Pressed | 127 (maximum) |
When working with proprietary
The following example will configure a button to "hard pan" the sound to the right speaker when it is held down, and "hard pan" to the left speaker when it is released. This involves configuring the button to operate as a trigger, while controlling the Pan parameter (MIDI CC 10).
13