[ANSWERED] Sound control and fades with scene changes
-
There are two primary ways to Play sound through a series of videos.
- Use multiple scenes + a background scene
pros: easily span numerous scenes and use built in cross fades
cons: needs to manage a background scene (activate, deactivate) - Play multiple videos in one scene along side your Sound playback
pros: 1 scene (sometimes this matters)
cons: harder cross-fade programming
I recommend you look at adding a scene near the beginning, which contains an enterscene and your sound player, which you activate when you enter the first video scene.
So an example of the scenes: [1 'start scene which jumps to Video 1'] [2 'Sound BG scene'] [3 'Video 1'] [4 'Video 2'] etc.... (somewhere you may need to deactivate the sound, unless it comes to a natural end)You will need to look at 'Activate Scene' and/or 'Activate Scene Amount' to manage the Background Audio Scene.
- Use multiple scenes + a background scene
-
@kolmon3853 Here's an example file for this method: Example File
@dusx said:
Use multiple scenes + a background scene
pros: easily span numerous scenes and use built in cross fades
cons: needs to manage a background scene (activate, deactivate) -
-
and thank you for the examples. That will definitely help!
-
This Guru session with Mark also has great info about using scenes:
Isadora Guru Session #15: Beyond Cueing: Using Scenes in Isadora - YouTubeCheers,
Hugh
-
@citizenjoe said:
This Guru session with Mark also has great info about using scenes:Isadora Guru Session #15: Beyond Cueing: Using Scenes in Isadora - YouTubeCheers,Hugh
Thank you, Hugh!
-
@kolmon3853, Hi,
here's a patch where you can set for "scene 1" > 3 different Audio track, vol, pan at the same time
a scN 2 > change the vol pan, > that will be interpolate with matrix receive in a background scene,
> start again, stop continue or change track that will be transmitted with broadcaster/listener,you just have to dupplicate scene to create more evolution
hope this will help,
best regards
-
if you need to control things in the background scene that is playing the soundtrack, you can send data to that scene using Broadcaster/Listener actors.
-
another option would be to use my Advanced Envelope Scrubber. It's a bit of a different approach to using Background Scenes, where BG scenes are sued to sequence content over time, and the Primary scenes can be used to play Audio for the Sequence of BG scenes.
-
Thank you for this!
-
I want to thank everybody who responded to my query about this.
I have to say that this has helped me to make a huge step forward in this project, and also has significantly stepped up my understanding of how all of this works.
I really appreciate the support and advice!
Thank you thank you thank you!
Best,
Kolmon3853
-