Difference between revisions of "Luamidi:setQueueSizeLimit"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:setQueueSizeLimit() </source> {{Lua...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
− | + | Sets the Midi queue size limit. | |
− | < | + | <syntaxhighlight lang="lua"> |
luamidi:setQueueSizeLimit() | luamidi:setQueueSizeLimit() | ||
− | </ | + | </syntaxhighlight> |
{{LuaMidi}} | {{LuaMidi}} |
Latest revision as of 14:30, 13 July 2023
Available since: Gideros 2018.12
Class: Lua Midi
Description
Sets the Midi queue size limit.
luamidi:setQueueSizeLimit()