top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)
- SCRIPT -
reaper.AZ_ActionMediaItemSelectKeep(projID,itemID,cmdID)
- API -
ID
ACTION
reaper.AZ_ActionMediaIdSelectKeep
対応バージョン:
1.0.0
以降
Perform an action on a specified media ID
LUA
- API Detail-
▼Input value
projID(ReaProject): Project ID
itemID(integer) : Media item ID
cmdID(integer) : Action command ID
▼Output value
retval(boolean): Success or failure of API execution
bottom of page