top of page
- API -

cursorPos = reaper.AZ_GetPlayCursorPosition(projID)

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

▼Output value

  • retval(bool): Whether the API execution was successful or not

  • cursorPos(double): Cursor position (seconds)

- SCRIPT -

function Msg(param)

reaper.ShowConsoleMsg(tostring((param)).."\n")

end


cursorPos = reaper.AZ_GetPlayCursorPosition(0)

Msg(cursorPos)

CURSOR

AZ_GetPlayCursorPosition

Supported versions:

1.0.3

onwards

Get the position of the playback cursor (seconds)

bottom of page