top of page
- API -
reaper.AZ_DeleteMedia(projID, itemID)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_DeleteMedia(0,2)
MEDIA
AZ_DeleteMedia
Supported versions:
1.0.1
onwards
Delete the specified media

bottom of page




