Difference between revisions of "Luamidi:base1"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Sets the channels to be in the range 1-16 when sending messages. | Sets the channels to be in the range 1-16 when sending messages. | ||
− | < | + | <syntaxhighlight lang="lua"> |
luamidi:base1() | luamidi:base1() | ||
− | </ | + | </syntaxhighlight> |
{{LuaMidi}} | {{LuaMidi}} |
Latest revision as of 14:31, 13 July 2023
Available since: Gideros 2018.12
Class: Lua Midi
Description
Sets the channels to be in the range 1-16 when sending messages.
luamidi:base1()