top of page
- API -
reaper.AZ_ActionMediaItemSelectKeep(projID,itemID,cmdID)
- API Detail -
▼入力値
projID(ReaProject):プロジェクトID
itemID(integer) : メディアアイテムID
cmdID(integer) : アクションコマンドID
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)
ACTION
AZ_ActionMediaIdSelectKeep
対応バージョン:
1.0.3
以降
指定メディアIDにアクションを実行
bottom of page