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