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>") |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Gets the number of Midi IN ports. | Gets the number of Midi IN ports. | ||
− | < | + | <syntaxhighlight lang="lua"> |
luamidi:getinportcount() | luamidi:getinportcount() | ||
− | </ | + | </syntaxhighlight> |
{{LuaMidi}} | {{LuaMidi}} |
Latest revision as of 14:30, 13 July 2023
Available since: Gideros 2018.12
Class: Lua Midi
Description
Gets the number of Midi IN ports.
luamidi:getinportcount()