top of page
- API -
recording = reaper.AZ_GetRecordState(projID)
- API Detail -
▼入力値
projID(ReaProject) : 対象プロジェクト(0 で現在のプロジェクト)
▼出力値
recording(boolean) : 録音中かどうか(true=録音中)
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projID = 0
recording = reaper.AZ_GetRecordState(projID)
Msg(recording)
PROJECT
AZ_GetRecordState
対応バージョン:
2.0.0
以降
録音中かどうかを取得

bottom of page
