Please reinit/reset player for every separated subsong in playlist. Now, for example, separated subsongs of \Games\Lethal_Weapon.sap are silent.
After dragging the entire ASMA directory (or even the /Games directory) to the playlist, XMPlay exits while retrieving the track durations.
After separating subsongs of Lawkeeper.sap in the playlist and starting playback from the first item (subsong) with Auto-advance playlist option, there is silence from 3rd item (subsong).
This option is located in the context menu displayed after right-clicking on selected items in the playlist.
XMPlay plugin SDK: https://www.un4seen.com/download.php?xmp-sdk // get file info // return: the number of subsongs static DWORD WINAPI FLAC_GetFileInfo(const char *filename, XMPFILE file, float **length, char **tags)
...Another solution is to reload the file for every subsong.... XMPlay has "Separate subsongs" option so the file could be reloaded for every separated subsong in playlist. Currently when adding files to the playlist, ASAP plugin doesn't pass the number of subsongs and therefore they cannot be separated (each file must be started playing first).
Fading out a looped song
Silence after 2 seconds