Page 1 of 1

Issue with Master Audio Third Party Support

Posted: Wed Nov 11, 2015 5:26 am
by Fenris
Hi

Since Master Audio updated to v.3.5.8.7 one of the scripts in the support package gives an error:

Assets/Dialogue System/Third Party Support/Master Audio/Scripts/Sequencer Commands/Group/SequencerCommandMAAddToDucking.cs(23,45): error CS1501: No overload for method `AddSoundGroupToDuckList' takes `2' arguments

Could you take a look at this and update the support package please?

Best regards

Jeppe

Re: Issue with Master Audio Third Party Support

Posted: Wed Nov 11, 2015 10:03 am
by Tony Li
Hi Jeppe,

Thanks for reporting the change in Master Audio. You can download an updated support package on the Extras page or right here:

MasterAudio_Support_2015-11-11.unitypackage

It adds two optional parameters to the MAAddToDucking sequencer command:

MAAddToDucking(soundGroupName, riseVolumeStart, [duckedVolMult], [unduckTime])
  • soundGroupName: name of sound group
  • riseVolumeStart: percentage of sound played to start unducking
  • duckedVolMult: percentage of original volume. Default: 0.5.
  • unduckTime: amount of time to return music to original volume. Default: 1.

Re: Issue with Master Audio Third Party Support

Posted: Mon Nov 16, 2015 4:26 am
by Fenris
Hi Tony

I just wanted to say thanks for fixing that issue so quickly.

Best regards

Jeppe

Re: Issue with Master Audio Third Party Support

Posted: Mon Nov 16, 2015 11:11 am
by Tony Li
Happy to help!