Difference between revisions of "Luamidi:openout"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Opens the Midi OUT port. | Opens the Midi OUT port. | ||
− | < | + | <syntaxhighlight lang="lua"> |
luamidi:openout() | luamidi:openout() | ||
− | </ | + | </syntaxhighlight> |
{{LuaMidi}} | {{LuaMidi}} |
Latest revision as of 14:30, 13 July 2023
Available since: Gideros 2018.12
Class: Lua Midi
Description
Opens the Midi OUT port.
luamidi:openout()