I want to use event tracks for a demo on ZX Spectrum Next with 9 channel song. The only choice I have is AKY player but if I’m not mistaken it does not support events? At least I can’t find the PLY_AKG_Event in AKY source. What are my options?
Don’t worry, I got you covered :). You can export Events, this will produce a simple list of events, along with the timing to way in between.
The exact format is in the players/misc/doc folder. I don’t have the code to parse this format, but it is only a loop counter, so I’m sure you can manage. If not, don’t hesitate to ask.