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