From 8ebc4311185e3329622ad883dde54409fa1c8350 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 9 Feb 2020 11:50:41 +0100 Subject: Mention release page in installer section, move images around --- backends/lua.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') 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. -- cgit v1.2.3