Difference between revisions of "Luamidi:openin"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Opens the Midi IN port. | Opens the Midi IN port. | ||
− | < | + | <syntaxhighlight lang="lua"> |
luamidi:openin() | luamidi:openin() | ||
</source> | </source> | ||
{{LuaMidi}} | {{LuaMidi}} |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2018.12
Class: Lua Midi
Description
Opens the Midi IN port. <syntaxhighlight lang="lua"> luamidi:openin() </source>