Parallel Command Execution

Started by Luca, June 22, 2020, 08:44:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Luca

It is a while now I am playing with MultiPlay and there is something that I am not able to figure out (maybe I have not completely understand all the functionalities or I am a bit aslept...); I will try to describe: let's figure out that I have inserted an MP3 into my production and its duration is 3 minutes; during the execution I would like to execute, after 30 seconds, another sound, in parallel while playing the first, and then after other 1 minute, another one.
I  was not able to implement this.
Am I missing something or where am I wrong?
   

David

What you could do is use a wait cue in between each audio cue.

Each audio cue would have its Advance Action set to Start Play so that after it starts, it also starts the following wait cue.

Those wait cues would be set to the offset you want between the audio cue starts.

Luca

David, many thanks, this worked perfectly!
Another question arised... so let me try to explain:
- Track #1 is playing
- After x seconds, I have setup track #2 to start... how can I program the decrease in volume of track #1 to allow listening of track # 2 and then increase track #1 volume again?

Thanks and regards
Luca

David

You can probably use a combination of control cues to do the volume changes and wait cues for the timing of it.