AVOLITES TITAN API

InjectValueChangeInput

Inject an input to the menu system. Inputs a value change event such as a fader move from a macro or the menu system.

Namespace: Menu

Syntax

MACRO

Void Menu.InjectValueChangeInput(String id, String group, Int32 index, Single value, Single oldValue)

HTTP

http://[ip]:4430/titan/script/2/Menu/InjectValueChangeInput?id={string}&group={string}&index={titanId}&value={float}&oldValue={float}

Parameters

id ( String ) : The id.

group ( String ) : The group.

index ( Int32 ) : The index.

value ( Single ) : The value.

oldValue ( Single ) : The old value.