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