Saltar al contenido principal

Búsqueda

How Do I: Set each subsequent loop of a song to start midway through the song?

  • njm1992

    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?

  • domno666

    I have been attempting something like that, but when the first timeline ends it only triggers the second for a split second.

  • domno666

    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.

  • Mm dev - Bogdan/Yann

    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

Iniciar sesión para dejar un comentario.