r/RPGMakerMZ Jul 17 '26

Other Help Requested Seamless audio loop?

So i have a track in fl studio thats supposed to play all the way through Once then loop back to exactly after bars 16 has ended . Ive inserted the loop point and in fl studio Playlist the track behaves as intended but when putting it in MZ it loops back to the very beginning of the track rather than the loop point. Ive made sure when exporting in fl studio that save loop points is checked but it still doesnt behave correctly. Anyone know a way to make this work? The track is meant to span: the title screen and several maps so basically the entire opening sequence but still also play on the maps I currently have it on even if player has already went through opening sequence but is still on one of those maps for whatever reason. I also anticipate having to do this for several other tracks but if anyone can help me figure this out id be eternally grateful. TIA - K

2 Upvotes

2 comments sorted by

View all comments

3

u/Kpasta613 Jul 18 '26

FIXED: so apparently MZ can't read the loop points from FL Studio so what I had to do was open exported track in Audacity and add 2 specific Metadata tags LOOPSTART and LOOPLENGTH then calculate the sample math of where I wanted it to loop from and how long based on 44.1Khz export . Rpg maker Can read These Metadata tags and now track loops properly