top of page
- API -

double position = reaper.AZ_StartRecording()

- API Detail -

▼出力値 

position(number) : 録音開始後の再生カーソル位置(秒)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_BRONZE")


position = reaper.AZ_StartRecording()

Msg(position)

CURSOR

AZ_StartRecording

対応バージョン:

3.0.0

以降

録音を開始

bottom of page