Language…
8 users online:  Atari2.0, Cristian Cardoso, Isikoro, marvisjj, masl, RenkoV2, SpacePea,  Telinc1 - Guests: 242 - Bots: 321
Users: 64,795 (2,377 active)
Latest user: mathew

Inserting AddmusicM music into AddmusicK. Music desyncs?

I've been trying to get an AddmusicM port to work with AddmusicK, and I'm pretty close to making it work. I've loaded the song's single brr file correctly, put #amm at the top of the txt, it inserts into the ROM, except... the sound channels are playing out of sync.

Desynced SPC | SPC of what this song should sound like | txt file | The single brr if you want it for some reason

After the intro, sound channels #0, #1, and #6 desync with channels #2, #3, #4, #5, and #7. Strangely, the song will sync up properly at 0:55, which is its loop point.

The closest I've gotten to having the song sync up is placing {r32} just after the / loop point in channels #0, #1, and #6, but it's still very slightly off. Once the song loops, it desyncs even further. The SPC linked above does not contain the {r32} tweak.

Also, I don't know why the song is covered in "." characters. I can't find a tutorial on AddmusicM syntax.

I haven't had desynced music issues from any other #amm song so far, and while I'm pretty sure the solution is to place rests somewhere in the song, I'm just not sure where to do it exactly. I've been looking at the computer screen too long, and it's been a while since I've messed with SMW custom music, so if I could get a fresh pair of eyes on this txt, it would be greatly appreciated.
Probably because AddMusicK can't handle note that defined length with = syntax properly when it in a triplet bucket.
Code
 #0 q7F w255 @1 l16
;blah blah
v150ro4dr8dr8.dddd]1 q7F {r8o5d=30v130d16.}/

It also happened in channel 1 and 6.

Then, I simply change d=30 to d8^32, which equals to d=30, but works in triplet bucket.

You can download the fixed txt from here.
It works! Thank you very much for the help #tb{'U'}

Is there anything else to watch out for when inserting old AddmusicM ports with AddmusicK? I noticed you went with an #amk 2 tag, and from what I've read, both AddmusicM and K are at least somewhat similar in syntax. Still, there are differences that can mess things up.