How Do I: Set each subsequent loop of a song to start midway through the song?
I am working on a song to be played during a dream but I would like it to go on seemingly endlessly. I know how to make a song loop but this song has an intro I would like to skip every time other than the first time it plays.
-
You could have 2 timelines 1 for the intro and 1 for the loop and then have the 1st timeline start the second timeline when it’s done with some wiring/logic?
-
I have been attempting something like that, but when the first timeline ends it only triggers the second for a split second.
-
Okay I solved this by putting both timelines into a microchip, adding a timer that only needed to count to 1. From there I set the end of the first timeline output to trigger the counter which then triggered the start of the second timeline.
-
Another option is to use a Selector to choose which part of a larger song you're in. Use the On End output of the timelines to increment the selector's state - now you have a musical state machine! It's how we commonly do dynamic music.
Bogdan
Please sign in to leave a comment.