Difference between revisions of "Luamidi:getoutportcount"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === Gets the number of Midi OUT ports. <source lang="lua"> luamidi:getout...") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Gets the number of Midi OUT ports. | Gets the number of Midi OUT ports. | ||
− | < | + | <syntaxhighlight lang="lua"> |
luamidi:getoutportcount() | luamidi:getoutportcount() | ||
</source> | </source> | ||
{{LuaMidi}} | {{LuaMidi}} |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2018.12
Class: Lua Midi
Description
Gets the number of Midi OUT ports. <syntaxhighlight lang="lua"> luamidi:getoutportcount() </source>