top of page
- API -
reaper.AZ_SetMediaMute(projID,itemID,muteType)
- API Detail-
▼Input value
proj (integer): Project ID
itemID(integer): Item ID
muteType(bool) : true = muted, false = not muted
▼Output value
retval(bool): Whether the API execution was successful or not
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_SetMediaMute(0,0,true)
reaper.AZ_SetMediaMute(0,1,false)
MEDIA
reaper.AZ_SetMediaMute
Supported versions:
1.0.3
onwards
Sets the mute state of the specified media
bottom of page