top of page

function Msg(param)

 reaper.ShowConsoleMsg(tostring((param)).."\n")

end


reaper.AZ_SetTrackMediaAddVolume(0, 1, 2, 1.27)

- SCRIPT -

reaper.AZ_SetTrackMediaAddVolume(projID, trackID, trackItemID, addVolume)

- API -

対応バージョン:

1.0.1

以降

MEDIA

reaper.AZ_SetTrackMediaAddVolume

Increase or decrease the volume of the specified media in the specified track by the specified amount

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • trackID (integer) : Track ID

  • trackItemID(integer): Track item ID

  • addVolume(number): The value to add to the volume

▼Output value

  • retval(boolean): Whether the API execution was successful or not

bottom of page