top of page
- API -

double position = reaper.AZ_SetPlayCursorEnd()

- API Detail -

▼出力値 

position(number) : 移動後の再生カーソル位置(秒)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_BRONZE")


position = reaper.AZ_SetPlayCursorEnd()

Msg(position)

CURSOR

AZ_SetPlayCursorEnd

対応バージョン:

3.0.0

以降

プロジェクト末尾へ移動

bottom of page