User Tools

Site Tools


macros:function:handles.setsourcehandle

Function

Handles.SetSourceHandle

Void Handles.SetSourceHandle(String group, Int32 index)
API http://api.avolites.com/10.1/Handles.SetSourceHandle.html
description Set the source handle to a specific group and index. Updates the context info
namespace Handles
parameter group ( String ) : group of handles
index ( Int32 ) : number of playback in specified group
return value Void
affects Handles.SourceHandle

See Identifiers for available groups of handles.

This always refers to the current page of the group. In order to select a handle on any page see Handles.SetSourceHandleFromHandle

Example in

Timecode - Toggle On/Off for particular playback:

  <step>Handles.SetSourceHandle("Playbacks", 0)</step>

Sets source handle to be handle #1 of the current playbacks page.

Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.setsourcehandle.txt · Last modified: 2018/09/16 12:26 by icke_siegen