top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
retval = reaper.AZ_SetMediaName(0,0,"AZ_Set001")
Msg(retval)
- SCRIPT -
retval = reaper.AZ_SetMediaName(projID,itemID,setName)
- API -
対応バージョン:
1.0.1
以降
MEDIA
reaper.AZ_SetMediaName
Set the media name for the specified media
LUA
- API Detail-
▼Input value
proj (integer): Project ID
itemID (integer) : media ID
setName(string) : Media name
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page