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>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Gets the number of Midi OUT ports.
 
Gets the number of Midi OUT ports.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
luamidi:getoutportcount()
 
luamidi:getoutportcount()
</source>
+
</syntaxhighlight>
  
 
{{LuaMidi}}
 
{{LuaMidi}}

Latest revision as of 15:30, 13 July 2023