Hi, I'm running into an issue when I don't get a response from Wwise when I issue the WAAPI command "setProperty" on the following properties:
- BypassEffect (RandomSequenceContainer)
- GameAuxSendHPF (RandomSequenceContainer)
- MidiKeyFilterMin (RandomSequenceContainer)
- MidiKeyFilterMax (RandomSequenceContainer)
- MidiVelocityFilterMin (RandomSequenceContainer)
- MidiVelocityFilterMax (RandomSequenceContainer)
- MidiChannelFilter (RandomSequenceContainer)
- IsVoice (Sound)
- HdrEnvelope (AudioSource)
- UseGameAuxSends (ActorMixer)
All other properties can be successfully set. Are certain properties not able to be set with setProperty? If so, how can I tell or check for that?
I'm also getting the same behavior with setReference on the "DefaultSwitchOrState" property. Do these properties require special handling?
I am using WAAPI version 2017.2.5
Thanks!