top of page
- API -

playing = reaper.AZ_GetPlayState(projID)

- API Detail -

▼入力値 

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


▼出力値 

playing(boolean) : 再生中かどうか(true=再生中)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


projID = 0


playing = reaper.AZ_GetPlayState(projID)

Msg(playing)

PROJECT

AZ_GetPlayState

対応バージョン:

2.0.0

以降

再生中かどうかを取得

bottom of page