top of page
- API -
reaper.AZ_SetMediaItemEnvelopeAllOFF(item)
- API Detail-
▼Input value
item(MediItem) : Media item
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_SetSelectedMediaIdEnvelopeAllOFF(0,0)
ENVELOPE
AZ_SetMediaItemEnvelopeAllOFF
Supported versions:
1.0.3
onwards
Turn off all envelopes for the specified media
bottom of page