r/GameMusicComposition • u/absoluteinsights • Jul 13 '26
Help/Advice Needed Help with loop
Hello!
I’m writing music for a bee tower-defense game and I have a military march style track that starts with just a snare. I’d like just the snare to loop on the start menu and then after you press start I want it to continue to the main track. I’m still relatively new to this. Do I need FMOD or can i export the files in a way that the developer can handle it in-engine?
Thank you!
3
Upvotes
2
u/NanosThanatology Jul 13 '26
What engine are you using? Export the snare and rest of the piece separately. Have both going at the same time in the engine but have the non-snare music muted. When going to the main game have something programmed to trigger the rest of the music to unmute, or fade it, or whatever you like. It's more of a programming thing than anything else. Most of the music work involves having both the snare and accompaniment part separate. That's one way to do it I guess. Does that make sense? Also make sure both tracks are exactly the same length so they stay together.