Hi, Julien!
On another post you informed us that the best way to detect the end of a subsong is to put a flag in “LinkerPostPt” (more specifically after the “;End of song.” commented in the player source code).
I tried it and its really works, but the player always loop and play the first note in the start of the subsong in the same frame that the flag in “LinkerPostPt” had set. So the detection occurs always after this first note is played again, just after the loop, and not exactly in the end of the subsong (after the last note).
Do you know some way to avoid this happen?