diff options
author | cbdev <cb@cbcdn.com> | 2019-12-01 13:30:43 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-01 13:30:43 +0100 |
commit | 30feadde5b18f49fd853f8ce61d85168db912bb6 (patch) | |
tree | 6800082b1754d76a5fd237dc7b45f8f9cd649408 | |
parent | 5b840d986ae723656aad4163e12f7d24a88e1da3 (diff) | |
download | midimonster-30feadde5b18f49fd853f8ce61d85168db912bb6.tar.gz midimonster-30feadde5b18f49fd853f8ce61d85168db912bb6.tar.bz2 midimonster-30feadde5b18f49fd853f8ce61d85168db912bb6.zip |
Fix minor error in maweb documentationv0.1
-rw-r--r-- | backends/maweb.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/maweb.md b/backends/maweb.md index 5b996a9..45dc778 100644 --- a/backends/maweb.md +++ b/backends/maweb.md @@ -53,7 +53,7 @@ Currently, three types of MA controls can be assigned, with each having some sub * For the dot2, executors are also arranged in pages, but the controls are non-obviously numbered. * For the faders, they are numerically right-to-left from the Core Fader section (Faders 6 to 1) over the F-Wing 1 (Faders 13 to 6) to F-Wing 2 (Faders 21 to 14). - * Above the fader sections are two rows of 21 `button` executors, numbered 122 through 101 (upper row) and 222 through 201 (lower row), + * Above the fader sections are two rows of 21 `button` executors, numbered 122 through 101 (lower row) and 222 through 201 (upper row), in the same order as the faders are. * Fader executors have two buttons below them (`upper` and `lower`). * The button executor section consists of six rows of 16 buttons, divided into two button wings. Buttons on the wings |