AVOLITES TITAN API

StartOnHandle

Starts recording a user macro and assigns it to the given handle.

Namespace: UserMacros.Record

Syntax

MACRO

Void UserMacros.Record.StartOnHandle(Handle handle, String name, Boolean timed)

HTTP

http://[ip]:4430/titan/script/2/UserMacros/Record/StartOnHandle?handle={handle}&name={string}&timed={bool}

Parameters

handle ( Handle ) : The handle to assign the new macro to

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/Record/StartOnHandle?handle_userNumber=6&name={string}&timed=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/Record/StartOnHandle?handle_location=playback_2_1&name={string}&timed=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/Record/StartOnHandle?handle_titanId=1895&name={string}&timed=true

name ( String ) : The name to give to the recorded macro

timed ( Boolean ) : if set to true record timing information into the macro.

timed

HTTP Example:
http://localhost:4430/titan/script/2/UserMacros/Record/StartOnHandle?handle_titanId=1895&name={string}&timed=true