| grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » SelectionCount() | Version 2.2 |
SelectionCount 関数は、現在選択されているフィクスチャの総数を返します。
この関数は、引数を受け取りません。
現在のセレクションにあるフィクスチャ数を、Command Line History に出力します。
Lua |
return function() Printf('Number of fixtures in the current selection: %i', SelectionCount()) end |