AVOLITES TITAN API

ApplyOffsetToCursorPosition

Applies the specified offset to the current cursor position.

Namespace: Editor.Timelines

Syntax

MACRO

Void Editor.Timelines.ApplyOffsetToCursorPosition(ObservableTimecodeTime offset, Boolean add)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/ApplyOffsetToCursorPosition?offset={}&add={bool}

Parameters

offset ( ObservableTimecodeTime ) : The offset to apply.

add ( Boolean ) : True to add the offset, false to subtract.

add

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/ApplyOffsetToCursorPosition?offset={}&add=true