top of page

import sys

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

from AZSTOKE_BRONZE_python import *

from AZSTOKE_SILVER_python import *


def Msg(parm):

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


track = AZ_InsertTrackId(0,3)

AZ_SetTrackItemName(track,"AZSTOKE")

- SCRIPT -

AZ_InsertTrackId(projID,trackID)

- API -

対応バージョン:

1.0.0

以降

TRACK

AZ_InsertTrackId

Insert the track with the specified ID

- API Detail-

▼入力値

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

  • trackID(Int):トラックID

▼出力値

bottom of page