Search found 6 matches

by LewisFTG
Fri Dec 07, 2018 1:43 pm
Forum: Dialogue System for Unity
Topic: Advanced music control with MasterAudio
Replies: 3
Views: 619

Re: Advanced music control with MasterAudio

Great stuff! Thankyou Nathan and Tony.
Much appreciated!
by LewisFTG
Thu Dec 06, 2018 4:54 pm
Forum: Dialogue System for Unity
Topic: Advanced music control with MasterAudio
Replies: 3
Views: 619

Advanced music control with MasterAudio

Hi all, I'm trying to do some clever stuff with music playlists fading in and out at specific points in the dialogue, but haven't been successful in getting it to work yet. I want Track A to start, then have it fade out as Track B starts. Finally, I want to fade out Track B . This is what I thought ...
by LewisFTG
Thu Jul 26, 2018 7:17 am
Forum: Dialogue System for Unity
Topic: Having issues triggering sound with via MasterAudio
Replies: 7
Views: 1312

Re: Having issues triggering sound with via MasterAudio

Hey guys! Appreciate your help!

Looks like this suggestions will probably be very useful!

Many thanks!
by LewisFTG
Wed Jul 25, 2018 4:01 pm
Forum: Dialogue System for Unity
Topic: Having issues triggering sound with via MasterAudio
Replies: 7
Views: 1312

Re: Having issues triggering sound with via MasterAudio

Hi Tony, apologies for the belated reply. Thanks for your help so far. I'm now trying to find a way to have the audio fade in at the start, and fade out at the end. Is this possible? I'm trying to see if I can get this to work in the Start node, but so far no joy MAPlaySound(ambience_interior_salvag...
by LewisFTG
Sun Apr 15, 2018 6:25 am
Forum: Dialogue System for Unity
Topic: Having issues triggering sound with via MasterAudio
Replies: 7
Views: 1312

Re: Having issues triggering sound with via MasterAudio

I figured out why the volume was getting set to 0 (it was in the wrong bus group), but would still appreciate advice on the syntax.
by LewisFTG
Sun Apr 15, 2018 5:54 am
Forum: Dialogue System for Unity
Topic: Having issues triggering sound with via MasterAudio
Replies: 7
Views: 1312

Having issues triggering sound with via MasterAudio

Hi guys, I've been trying to use the 'Sequence' field in an individual dialogue node to trigger a piece of background diegetic music. If I type MAPlaySound(BackgroundMusic) I can see MasterAudio is triggering the file but for some reason the volume is defaulting to 0. I don't understand how to forma...