top of page
- API -
reaper.AZ_SetMediaAddVolume(projID, itemID, addVolume)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
addVolume(number): The value to add to the volume
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetMediaAddVolume(0, 3, 1.22)
MEDIA
AZ_SetMediaAddVolume
Supported versions:
1.0.1
onwards
Increases or decreases the volume of the specified media by the specified amount.

bottom of page




