top of page
- API -

repeat = reaper.AZ_GetRepeat(projID)

- API Detail -

▼入力値 

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


▼出力値 

repeat(boolean) : リピート有効状態(true=リピート有効)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


projID = 0


repeat = reaper.AZ_GetRepeat(projID)

Msg(repeat)

PROJECT

AZ_GetRepeat

対応バージョン:

2.0.0

以降

リピート有効状態を取得

bottom of page