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 -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetMediaName(0,0,"AZ_Set001")
MEDIA
AZ_SetMediaName
Supported versions:
1.0.1
onwards
Set the media name for the specified media

bottom of page



