top of page
- API -
name= reaper.AZ_GetMediaName(projID,itemID)
- API Detail-
▼Input value
proj (integer): Project ID
itemID(integer): Media ID
▼Output value
retval(bool): Whether the API execution was successful or not
name(string): Media name
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
name = reaper.AZ_GetMediaName(0,0)
Msg(name)
MEDIA
reaper.AZ_GetMediaName
Supported versions:
1.0.3
onwards
Get the media name for the specified media ID
bottom of page