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 -
dofile(reaper.AZ_GetLuaInitPath())
mediaItem = reaper.AZ_GetMediaItemSelect(0,0,0)
reaper.AZ_SetAllMediaSelected(0,1)
MEDIA
AZ_SetAllMediaSelected
Supported versions:
2.0.0
onwards
Select/deselect all media

bottom of page




