Hi,
I encountered a case where WAAPI hangs when trying to set the reference for the DefaultSwitchOrState property before the SwitchGroupOrStateGroup property.
This was happening because the DefaultSwitchOrState comes before the other property in the properties list returned on the SwitchContainer object. Is this expected or a bug?
I had to add a workaround to set the SwitchGroupOrStateGroup property first when the DefaultSwitchOrState property is reached in the loop iterating through the properties list.
I am working with Wwise version 2018.1.5
Thanks!