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;
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;