Function

Group.FlashFader

Void Group.FlashFader(Handle handle, Boolean enable)
API https://api.avolites.com/15.0/api/Group.FlashFader.html
description Flashes the fader of a group (group master).
namespace Group
parameter handle ( Handle ) : groupmaster handle
enable ( Boolean ) : if true: flash fader to full; if false: unflash
return value Void
Example in

Flash Playback-Groups:

<step>Group.FlashFader(userNumber:18, true)</step>
Also used in
Remarks