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 InjectPanelInput(System.String, System.String, System.String, Int32)

HTTP

http://[ip]:4430/titan/script/Menu/InjectPanelInput

Parameters

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

id: The id of the input.

group: The panel group or region of the input.

index: The index of the input in that group.