top of page
- API -
regionObj = reaper.AZ_GetRegionObject(proj, regionID)
- API Detail-
▼入力値
proj(ReaProject) : プロジェクト
regionID(integer) : リージョンID
▼出力値
regionObj(Object) : リージョンオブジェクト
Index (integer):プロジェクト内のリージョンとマーカーを合わせた内の先頭からの番号
Number (integer):リージョンに設定された番号
StartTime (number):リージョンの開始時間
EndTime (number):リージョンの終了時間
Color (integer):リージョンの色番号
Name (string):リージョン名
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
region = reaper.AZ_GetRegionObject(0, 0)
ShowObject(region)
MARKER
AZ_GetRegionObject
Supported versions:
1.4.0
onwards
リージョンオブジェクト取得

bottom of page


