- API -
middlewareInfo = reaper.AZ_MIDDLESCANNER_Wwise_GetVolumeForMediaItem(item,language,parentID,options)
- API Detail-
▼Input values
・item(MediaItem): media item
・language(string): language
・parentID(string):
・options: processing options (optional)
・ExcludeBusList: list of bus names to exclude (string array)
・ExcludeActorList: list of Actor-Mixer names to exclude (string array)
・AddBusList: list of bus objects to add
・Name: name of the bus to add
・Volume: volume
▼Output values
・middlewareInfo: total of the volume settings up to the output of the Wwise object corresponding to the media
・Item: media item
・Volume: volume
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
options = {
ExcludeBusList = {"Hall"},
}
item = reaper.AZ_GetMediaItemSelect(0,0,0)
if reaper.AZ_Wwise_Connect("127.0.0.1",8080) then
middlewareInfo = reaper.AZ_MIDDLESCANNER_Wwise_GetVolumeForMediaItem(item,"English(US)","",options)
Msg(middlewareInfo.Volume)
reaper.AZ_Wwise_Disconnect()
end
MIDDLESCANNER
AZ_MIDDLESCANNER_Wwise_GetVolumeForMediaItem
Supported versions:
1.0.0
onwards
Run MIDDLESCANNER on your media





