diff options
author | cbdev <cb@cbcdn.com> | 2019-08-23 19:47:53 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-23 19:47:53 +0200 |
commit | b4b27aa4a90899d5b025bbef11d444d4c47800d9 (patch) | |
tree | 8b79282091283c52b339e564c92659bdc330c311 /README.md | |
parent | 93de82b8ccab8fdbeaa2b1847c75488a03340bcc (diff) | |
download | midimonster-b4b27aa4a90899d5b025bbef11d444d4c47800d9.tar.gz midimonster-b4b27aa4a90899d5b025bbef11d444d4c47800d9.tar.bz2 midimonster-b4b27aa4a90899d5b025bbef11d444d4c47800d9.zip |
Finalize & publish maweb backend
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ Currently, the MIDIMonster supports the following protocols: * OpenSoundControl (OSC) * evdev input devices (Linux) * Open Lighting Architecture (OLA) +* MA Lighting Web Remote with additional flexibility provided by a Lua scripting environment. @@ -121,6 +122,7 @@ special information. These documentation files are located in the `backends/` di * [`ola` backend documentation](backends/ola.md) * [`osc` backend documentation](backends/osc.md) * [`lua` backend documentation](backends/lua.md) +* [`maweb` backend documentation](backends/maweb.md) ## Building |