top of page
- API -
reaper.AZ_DeleteAllMedia(projID)
- API Detail-
▼Input value
projID (ReaProject): Project ID
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_DeleteAllMedia(0)
MEDIA
reaper.AZ_DeleteAllMedia
Supported versions:
1.0.3
onwards
Delete all media
bottom of page