top of page
- API -
depthNum = reaper.AZ_GetTrackIdDepth(projID,trackID)
- API Detail -
▼入力値
projID(ReaProjct):プロジェクトID
trackID(integer):トラックID
▼出力値
depth(integer):トラック階層
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
depthNum = reaper.AZ_GetTrackIdDepth(0,2)
Msg(depthNum)
TRACK
AZ_GetTrackIdDepth
対応バージョン:
1.0.3
以降
指定トラックIDの階層数を取得
bottom of page