aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-12 20:58:04 +0200
committercbdev <cb@cbcdn.com>2019-08-12 20:58:04 +0200
commitbad0fdac1e725b4b2efbbbfff4cef74c2e05efb8 (patch)
tree4a600f429ed92efe2959e5a3b8c223e32e9d2b4c /backends/maweb.md
parentcc3aa7d8c1d680e75374a0c296a34d66a919f201 (diff)
downloadmidimonster-bad0fdac1e725b4b2efbbbfff4cef74c2e05efb8.tar.gz
midimonster-bad0fdac1e725b4b2efbbbfff4cef74c2e05efb8.tar.bz2
midimonster-bad0fdac1e725b4b2efbbbfff4cef74c2e05efb8.zip
Fix maweb button execs
Diffstat (limited to 'backends/maweb.md')
-rw-r--r--backends/maweb.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/backends/maweb.md b/backends/maweb.md
index 3a7372c..096f69c 100644
--- a/backends/maweb.md
+++ b/backends/maweb.md
@@ -27,7 +27,9 @@ Currently, three types of channels can be assigned
##### Executors
-Executors are arranged in pages, with each page having 90 fader executors and 90 button executors.
+Executors are arranged in pages, with each page having 90 fader executors (numbered 1 through 90) and
+90 button executors (numbered 101 through 190).
+
Note that when creating a new show, only the first page is created and active.
A fader executor consists of a fader, two buttons (`upper`, `lower`) above it and one `flash` button below it.
@@ -42,7 +44,7 @@ mw1.page3.lower3 > mw1.page2.flash2
A button executor can likewise be mapped using the syntax
```
-mw1.page2.button3 > mw1.page3.button1
+mw1.page2.button103 > mw1.page3.button101
```
##### Command line buttons