Is it possible to have loop points in music

Author Topic: Is it possible to have loop points in music  (Read 911 times)


The loop points are to create loops in the sound file.
This made me wonder if it was possible to set it up like most videos games do, like how the song plays the intro and for the rest of the level it plays a loop seen above until you complete the level or die. Blockland's music brick will play to the end and loop but can we use loop points to only make the music loop the part after the intro is played?

There's only one way to find out

probably not cause this is the torque engine we're talkin about

no. you could do it hacky and have to write some code to time the switch, but even then if players leave the music zone and reenter it, it will be offset from what it was originally. it would have to be a server-wide music emitter for just that client (or everyone, if you want it to apply to everyone on the server at once)

it would have to be a server-wide music emitter for just that
This sounds exactly like what I would want.
For now I guess I can time the intro to a song separately and then play the music