top of page
- API -
reaper.AZ_SetMediaAddVolume(projID, itemID, addVolume)
- API Detail-
▼Input value
projID(ReaProject): Project ID
itemID(integer) : Media item ID
cmdID(integer) : Action command ID
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)
MEDIA
reaper.AZ_SetMediaAddVolum
Supported versions:
1.0.3
onwards
Increases or decreases the volume of the specified media by the specified amount.
bottom of page