top of page

import sys

sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")

from AZSTOKE_SILVER_python import *


def Msg(parm):

    RPR_ShowConsoleMsg(str(parm) + "\n")

    


AZ_SetSelectedTrackIdDepth(0,1,1)


AZ_SetSelectedTrackIdDepth(0,2,2)

- SIMPLE SCRIPT -

AZ_SetSelectedTrackIdDepth(projID,selectTrackID,setDepth)

- API -

ID

TRACK

AZ_SetSelectedTrackIdDepth

対応バージョン:

1.0.0

以降

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

- API Detail -

▼入力値

  • projID(ReaProject):プロジェクトID

  • selectTrackID(Int):選択トラックID

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


▼出力値

bottom of page