Line 193: |
Line 193: |
| * A '''User''' mode, where every PAD and KNOB is available for MIDI learn. | | * A '''User''' mode, where every PAD and KNOB is available for MIDI learn. |
| * A '''Config''' mode, used to configure the MPK internal settings, like the channels, the arpeggiator, and more. | | * A '''Config''' mode, used to configure the MPK internal settings, like the channels, the arpeggiator, and more. |
| + | |
| + | Each mode is shown in the MPK display. |
| | | |
| ====The Mixer mode==== | | ====The Mixer mode==== |
| | | |
− | This is the default mode, but you can switch back to it with '''PROG CHANGE''':<code>PAD 5</code>. In this mode, you can use the Knobs to adjust chains settings. The general rule is: <code>PAD x</code> + <code>Knob y</code> to adjust the setting '''x''' of chain '''y'''. You can adjust chains 1 to 8 in bank A, and chains 9 to 16 in bank B. The functions that you can change are: | + | This is the default mode, but you can switch back to it with '''PROG CHANGE''':<code>PAD 5</code>. You should see <code>Zynthian MIXER</code> in the display of the MPK. In this mode, you can use the Knobs to adjust chains settings. The general rule is: <code>PAD x</code> + <code>Knob y</code> to adjust the setting '''x''' of chain '''y'''. You can adjust chains 1 to 8 in bank A, and chains 9 to 16 in bank B. The functions that you can change are: |
| | | |
− | <p style="margin: 1em 0 1.5em"> | + | <p style="margin: 1em 0 1.5em"><span class="warningbox"> |
− | <span class="warningbox"> | |
| '''NOTE''': Remember to put PAD CONTROLS in '''CC mode'''. | | '''NOTE''': Remember to put PAD CONTROLS in '''CC mode'''. |
− | </span> | + | </span></p> |
− | </p> | |
| | | |
| * <code>PAD 1 A</code> + <code>KNOBs 1-8</code> to adjust '''level''' of chains 1-8. <code>PAD 1 B</code> for chains 9-16. | | * <code>PAD 1 A</code> + <code>KNOBs 1-8</code> to adjust '''level''' of chains 1-8. <code>PAD 1 B</code> for chains 9-16. |
Line 210: |
Line 210: |
| | | |
| The driver will remember the last function pressed, so for adjusting chains 1-8, you can just press the desired PAD (1-4), release it, and then adjust using the knobs. All knobs will affect that PAD's function. For chains 9-16, you need the keep the PAD pressed. | | The driver will remember the last function pressed, so for adjusting chains 1-8, you can just press the desired PAD (1-4), release it, and then adjust using the knobs. All knobs will affect that PAD's function. For chains 9-16, you need the keep the PAD pressed. |
| + | |
| + | In this mode, there is also support for '''transport controls''': |
| + | |
| + | * <code>PAD 5 A/B</code> for '''stop all sounds''' (PANIC button). |
| + | * <code>PAD 6 A</code> for toggle '''audio record'''. <code>PAD 6 B</code> will toggle '''MIDI record'''. |
| + | * <code>PAD 7 A</code> will trigger '''audio stop''', while <code>PAD 7 B</code> will trigger '''MIDI stop'''. |
| + | * <code>PAD 8 A</code> is for togging '''audio playback''', and <code>PAD 8 B</code> will toggle '''MIDI playback'''. |
| | | |
| If you activate the '''FULL LEVEL''' option in the MPK, then the PADs function changes to '''select''' chain. PADs in bank A will select first 8 chains, and bank B is used to select chains 9-16. | | If you activate the '''FULL LEVEL''' option in the MPK, then the PADs function changes to '''select''' chain. PADs in bank A will select first 8 chains, and bank B is used to select chains 9-16. |
| + | |
| + | The joystick in this mode affects the pitch-bend (in the Y axis), and sends <code>CC</code> messages, <code>CC#32</code> for '''-X''' (left) and <code>CC#33</code> for '''+X''' (right) values. |
| + | |
| <br clear=all> | | <br clear=all> |
| | | |