Issue with Master Audio Third Party Support

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Fenris
Posts: 4
Joined: Wed Sep 23, 2015 5:25 am

Issue with Master Audio Third Party Support

Post 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
User avatar
Tony Li
Posts: 22062
Joined: Thu Jul 18, 2013 1:27 pm

Re: Issue with Master Audio Third Party Support

Post 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.
Fenris
Posts: 4
Joined: Wed Sep 23, 2015 5:25 am

Re: Issue with Master Audio Third Party Support

Post by Fenris »

Hi Tony

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

Best regards

Jeppe
User avatar
Tony Li
Posts: 22062
Joined: Thu Jul 18, 2013 1:27 pm

Re: Issue with Master Audio Third Party Support

Post by Tony Li »

Happy to help!
Post Reply