diff options
author | cbdev <cb@cbcdn.com> | 2019-08-11 20:29:17 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-11 20:29:17 +0200 |
commit | cc3aa7d8c1d680e75374a0c296a34d66a919f201 (patch) | |
tree | 86482c5c1ce0ca5f8674effb3640d54ee3e11e33 /backends | |
parent | bb6111986bf7a997055287b916d0822957c5d13c (diff) | |
download | midimonster-cc3aa7d8c1d680e75374a0c296a34d66a919f201.tar.gz midimonster-cc3aa7d8c1d680e75374a0c296a34d66a919f201.tar.bz2 midimonster-cc3aa7d8c1d680e75374a0c296a34d66a919f201.zip |
Minor text fix
Diffstat (limited to 'backends')
-rw-r--r-- | backends/maweb.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/maweb.md b/backends/maweb.md index eb1ed44..3a7372c 100644 --- a/backends/maweb.md +++ b/backends/maweb.md @@ -42,7 +42,7 @@ mw1.page3.lower3 > mw1.page2.flash2 A button executor can likewise be mapped using the syntax ``` -mw1.page2.button3 > mw1.page3.fader1 +mw1.page2.button3 > mw1.page3.button1 ``` ##### Command line buttons @@ -136,7 +136,7 @@ configurable. This backend is currently in active development. It therefore has some limitations: * It outputs a lot of debug information -* It currently is write-only, channel events are only sent to the MA, not consumed by it +* It currently is write-only, channel events are only sent to the MA, not generated by it * Fader executors (and their buttons) seem to work, I haven't tested button executors yet. * Command line events are sent, but I'm not sure they're being handled yet * I have so far only tested it with GradMA2 OnPC |