top of page
- API -
reaper.AZ_SetMediaName(projID,itemID,setName)
- 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
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_SetMediaName(0,0,"AZ_Set001")
MEDIA
reaper.AZ_SetMediaName
Supported versions:
1.0.3
onwards
Set the media name for the specified media
bottom of page