projID (ReaProject):プロジェクトID
itemID(Int):アイテムID
volume(Float):セットする音量
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from AZSTOKE_BRONZE_python import *
AZ_SetMediaVolume(0, 3, 4.23)
itemID(integer):アイテムID
volume(number):セットする音量
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetMediaVolume(0, 3, 4.23)