top of page

function Msg(param)

   reaper.ShowConsoleMsg(tostring(param).."\n")

end


reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)

- SIMPLE SCRIPT -

reaper.AZ_ActionMediaItemSelectKeep(projID,itemID,cmdID)

- API -

ID

ACTION

reaper.AZ_ActionMediaIdSelectKeep

対応バージョン:

1.0.0

以降

指定メディアIDにアクションを実行

- API Detail -

▼入力値 

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

itemID(integer) : メディアアイテムID

cmdID(integer) :  アクションコマンドID


bottom of page