I'm throwing around ideas in my head (and on paper) for a tracker tool. Basically a glorified in-module sample editor that does some specific features I want.
I'm not really a coder so this would be a learning project. I just want to be able to open the module, edit the samples in situ, and play it back to hear the changes right away.
So yeah, was wondering if it would even be possible to use LibOpenMPT in a DOS program? I'm not worried about doing hardware mixing on GUS/AWE just yet so if the output is a simple 16-bit 44kHz stream that I can pass to the soundcard's DMA that would be fine.
I'd most likely be doing this in RapidEuphoria which can hook in C or assembly modules. I don't need a really complicated set of playback options, but 'play sample', 'play module', 'play pattern', and turn on/off channel functions would be really handy. I *do* want accurate replay of IT files (with filters) which is why I'm thinking the MPT routines.