aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-02-22 13:45:34 +0100
committercbdev <cb@cbcdn.com>2020-02-22 13:45:34 +0100
commitb529f4d3a9efc59c6bec46e07ebf1a114b7a0831 (patch)
tree8312888d09cec1597751fc640a6842cd01232c08 /README.md
parent8ebc4311185e3329622ad883dde54409fa1c8350 (diff)
downloadmidimonster-b529f4d3a9efc59c6bec46e07ebf1a114b7a0831.tar.gz
midimonster-b529f4d3a9efc59c6bec46e07ebf1a114b7a0831.tar.bz2
midimonster-b529f4d3a9efc59c6bec46e07ebf1a114b7a0831.zip
Update logo
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 4ab20a3..46331f3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ with additional flexibility provided by a [Lua scripting environment](backends/l
With these features, the MIDIMonster allows the user to translate any channel on one protocol into channel(s)
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 Control Changes into MIDI 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 generate, route and modify events using the Lua programming language ([Example configuration](configs/lua.cfg) and [Script](configs/demo.lua))