aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-02-09 11:50:41 +0100
committercbdev <cb@cbcdn.com>2020-02-09 11:50:41 +0100
commit8ebc4311185e3329622ad883dde54409fa1c8350 (patch)
tree405dbc7fd321ff548b3a174cec0751597b28e90a /backends
parente36f831b59d9e94233440f67bbc21c447ed2c590 (diff)
downloadmidimonster-8ebc4311185e3329622ad883dde54409fa1c8350.tar.gz
midimonster-8ebc4311185e3329622ad883dde54409fa1c8350.tar.bz2
midimonster-8ebc4311185e3329622ad883dde54409fa1c8350.zip
Mention release page in installer section, move images around
Diffstat (limited to 'backends')
-rw-r--r--backends/lua.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/lua.md b/backends/lua.md
index 650fdb9..d01a8c6 100644
--- a/backends/lua.md
+++ b/backends/lua.md
@@ -3,7 +3,7 @@
The `lua` backend provides a flexible programming environment, allowing users to route and manipulate
events using the Lua programming language.
-Every instance has it's own interpreter state which can be loaded with custom handler scripts.
+Every instance has its own interpreter state which can be loaded with custom handler scripts.
To process incoming channel events, the MIDIMonster calls corresponding Lua functions (if they exist)
with the value (as a Lua `number` type) as parameter.