top of page
- API -

reaper.AZ_SetTrackIdDepth(projID,trackID,setDepth)

- API Detail -

▼入力値 

projID(ReaProjct):プロジェクトID

trackID(integer):トラックID

setDepth(integer):セットする階層数


- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


reaper.AZ_SetTrackIdDepth(0,1,1)

TRACK

AZ_SetTrackIdDepth

対応バージョン:

1.0.0

以降

指定トラックIDの階層数を設定

bottom of page