macros:function:programmer.editor.clear
Function
Programmer.Editor.Clear
Void Programmer.Editor.Clear(AcwRecordMask mask, Boolean presets, Boolean clearAllProgrammers, Single fadeTime)
API | http://api.avolites.com/10.1/Programmer.Editor.Clear.html |
---|---|
description | Clears the editor and removes all values from the programmer. Also clears any fixture selections. |
namespace | Programmer.Editor |
parameter | mask ( AcwRecordMask ) : A mask of which attribute groups to clear. |
presets ( Boolean ) : if set to true clear preset fader levels. This is only of interest in the Pearl Expert when patching fixtures onto the fader handles. |
|
clearAllProgrammers ( Boolean ) : if set to true clear all programmers. | |
fadeTime ( Single ) : The time to use when clearing HTP channels. | |
return value | Void |
Example in
<step>Programmer.Editor.Clear(4, true, false, 0)</step>
This clears
- the colour attribute
- also from presets
- only from the current programmer (the
false
- this leaves e.g. a remote untouched) - in 0 seconds.
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/programmer.editor.clear.txt · Last modified: 2020/03/29 08:40 by icke_siegen