grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object API » HasActivePlayback(handle) | Version 2.2 |
The HasActivePlayback Lua function returns a boolean indicating if an object has a currently active playback, for instance, if a sequence has an active cue.
The Colon Notation is a way to omit the handle as the first argument when using the Object functions.
This is the general syntax with the colon notation: object:function()
This is the general syntax with standard handle notation: object.function(object)
Learn more in the Lua Functions - Object API topic.
To return the information if the selected sequence has an active playback, create a plugin with this code:
Lua |
return function() |