Scripting : Assign Event Mixer Master to a MixerGroup

In order to route an event or group/send bus you actually need to set the mixerInput's output to the group bus. For example:

event.mixerInput.output = myGroup;
2 Likes