Difference between revisions of "Luamidi:getinportcount"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === Gets the number of Midi IN ports. <source lang="lua"> luamidi:getinpo...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Gets the number of Midi IN ports.
 
Gets the number of Midi IN ports.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
luamidi:getinportcount()
 
luamidi:getinportcount()
 
</source>
 
</source>
  
 
{{LuaMidi}}
 
{{LuaMidi}}

Revision as of 15:28, 13 July 2023