top of page
- API -
reaper.AZ_SetAllMediaSelected(projID,selectType)
- API Detail-
▼Input value
porjID (ReaProject): Project ID
selectType(bool): Select all [1], Do not select [0]
▼Output value
retval(bool): Whether the API execution was successful or not
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
mediaItem = reaper.AZ_GetMediaItemSelect(0,0,0)
reaper.AZ_SetAllMediaSelected(0,1)
MEDIA
AZ_SetAllMediaSelected
Supported versions:
1.0.3
onwards
Select/deselect all media
bottom of page