AVOLITES TITAN API

InjectPanelInput

Inject a panel 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. This version of the call (cf InjectInput) generates a 'panel' input that will be recorded in macros.

Namespace: Menu

Syntax

MACRO

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

HTTP

http://[ip]:4430/titan/script/2/Menu/InjectPanelInput?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.