top of page
- API -
reaper.AZ_DeleteSelectedMedia(projID, selectItemID)
- API Detail-
▼Input value
projID (ReaProject): Project ID
selectItemID(integer): Selected item ID
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_DeleteSelectedMedia(0,3)
MEDIA
AZ_DeleteSelectedMedia
Supported versions:
1.0.0
onwards
Delete the selected media

bottom of page




