top of page
- API -

stopped = reaper.AZ_GetStopState(projID)

- API Detail -

▼入力値 

projID(ReaProject) : 対象プロジェクト(0 で現在のプロジェクト)


▼出力値 

stopped(boolean) : 停止中かどうか(true=停止中)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


projID = 0


stopped = reaper.AZ_GetStopState(projID)

Msg(stopped)

PROJECT

AZ_GetStopState

対応バージョン:

2.0.0

以降

停止中かどうかを取得

bottom of page