how can i import or convert vgm or vgz into tracker formats, and being able to analize or edit them?
a tracker named Vortex Tracker has an unique feature of converting tracker files (.mod, .ai, etc...) into txt files, which we can code our own scripts to create them or convert them, since the text files are easier to write and analize
for helping, i posted at pastebin a sdlBasic code for a .mod to .txt converter - i'm sending it because i believe a similar code can be used to extract tunes and samples from a .vgm file into a .txt file in the same way
http://pastebin.com/f7389fec2
(BlitzBasic is only the pastebin code highlighting - this code i only runned on sdlBasic)
all feedback is truly welcome!

thanks!