top of page
- API -
containerType = reaper.AZ_Wwise_ContainerType_Random()
- API Detail-
▼output value
containerType(integer) : Used in AZ_Wwise_CreateContainer
AZ_Wwise_ContainerType_Random() : 0
AZ_Wwise_ContainerType_Sequence() : 1
AZ_Wwise_ContainerType_Switch() : 2
AZ_Wwise_ContainerType_Blend() : 3
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
Msg("Random")
Msg(reaper.AZ_Wwise_ContainerType_Random())
Msg("Sequence")
Msg(reaper.AZ_Wwise_ContainerType_Sequence())
Msg("Switch")
Msg(reaper.AZ_Wwise_ContainerType_Switch())
Msg("Blend")
Msg(reaper.AZ_Wwise_ContainerType_Blend())
Wwise
AZ_Wwise_ContainerType
Supported versions:
1,2,0
onwards
[Constant] Container type

bottom of page