I published current source code on GitHub: https://github.com/ToriHino/RoboSOP
Top !
Really great work!
In the future will be possibile to implement IMS/ROL files also?
I'm thinking of creating a more generic player framework with plugins for the various types (something like AdPlug), on which part of this players code was already based as well.
Adding IMS/ROL should not be a big problem than as well, as well as number of the other listed formats. Of course for VGM we already have a more than adequate player (also supporting a LOT more than OPL), so no need to add that .
Wouldn’t hurt to add it if you’d like anyway. In VGMPlay, TPA memory would be somewhat of a limiting factor to add more formats though, there’s not an infinite amount, every feature I add eats away at it, and the format specific processing code is not small. How is it for you?
Same problem here For a lot number of formats it's already quite a challenge to fit a single player in TPA memory, next to the needed music data. So i'm looking more for a dynamic loadable player based on the requested format.