top of page
- API -
reaper.AZ_Wwise_SetReference(itemID, propertyName, refItemID)
- API Detail-
▼入力値
ItemID(string) : オブジェクトのID(orパス)
propertyName(string) : プロパティ名
referenceItemID(string) : 設定するオブジェクトのID(orパス)
▼出力値
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
if reaper.AZ_Wwise_Connect("127.0.0.1", 8080) then
itemPath = "\\Actor-Mixer Hierarchy\\Default Work Unit\\AZ Sound"
busPath = "\\Master-Mixer Hierarchy\\Default Work Unit\\Bus_01"
reaper.AZ_Wwise_SetReference(itemPath, "OutputBus", busPath)
Msg(reaper.AZ_GetErrorCode())
reaper.AZ_Wwise_Disconnect()
end
Wwise
AZ_Wwise_SetReference
Supported versions:
1,2,0
onwards
Set object to property of Reference type

bottom of page