aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-22 21:13:48 +0200
committercbdev <cb@cbcdn.com>2019-08-22 21:13:48 +0200
commit8b016f61a4b3d3be0c7b1e311209ab991276af0c (patch)
tree714561238a6be8df79bdbd98c042ec7fabc28307 /README.md
parent5dcbae830db5289b4e269c1913511b890e3e1d5d (diff)
downloadmidimonster-8b016f61a4b3d3be0c7b1e311209ab991276af0c.tar.gz
midimonster-8b016f61a4b3d3be0c7b1e311209ab991276af0c.tar.bz2
midimonster-8b016f61a4b3d3be0c7b1e311209ab991276af0c.zip
Implement input for the maweb backend (with a few limitations)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d8fe18..40f8fbb 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ on any other (or the same) supported protocol, for example to:
* Translate MIDI Control Changes into Notes ([Example configuration](configs/unifest-17.cfg))
* Translate MIDI Notes into ArtNet or sACN ([Example configuration](configs/launchctl-sacn.cfg))
* Translate OSC messages into MIDI ([Example configuration](configs/midi-osc.cfg))
-* Dynamically route and modify events using the Lua programming language ([Example configuration](configs/lua.cfg) and [Script](configs/demo.lua)) to create your own lighting controller or run effects on TouchOSC (Flying faders demo [configuration](configs/flying-faders.cfg) and [script](configs/flying-faders.lua))
+* Dynamically generate, route and modify events using the Lua programming language ([Example configuration](configs/lua.cfg) and [Script](configs/demo.lua)) to create your own lighting controller or run effects on TouchOSC (Flying faders demo [configuration](configs/flying-faders.cfg) and [script](configs/flying-faders.lua))
* Use an OSC app as a simple lighting controller via ArtNet or sACN
* Visualize ArtNet data using OSC tools
* Control lighting fixtures or DAWs using gamepad controllers, trackballs, etc ([Example configuration](configs/evdev.cfg))