AVOLITES TITAN API

InjectInput

Inject an input to the menu system. Inputs are button hardware actions such as button presses and fader movements and pseudo actions such as fixture handle press or palette key press

Namespace: Menu

Syntax

MACRO

Void Menu.InjectInput(String type, String id, String group, Int32 index)

HTTP

http://[ip]:4430/titan/script/2/Menu/InjectInput?type={string}&id={string}&group={string}&index={titanId}

Parameters

type ( String ) : Type of the input. (OnButtonDown, OnButtonUp, etc)

id ( String ) : The id of the input.

group ( String ) : The panel group or region of the input.

index ( Int32 ) : The index of the input in that group.