▼出力値
position(Float) : 移動後の再生カーソル位置(秒)
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
from AZSTOKE_BRONZE_python import *
position = AZ_SetPlayCursorEnd()
Msg(position)
position(number) : 移動後の再生カーソル位置(秒)
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_BRONZE")
position = reaper.AZ_SetPlayCursorEnd()