grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » SetFader(handle, {[number], [boolean], [string]}) |
Version 2.1
|
The SetFader function sets a fader to a specified level. It must be used on an object that has faders.
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.
この関数は何も返しません。
This example changes the selected sequences' Master fader to 100% and the Time fader to 5 seconds and enables the time fader.
Lua |
return function() |