the VB / VH files are part of a format called .VAB but sort of split in half, i dont think an app will load them because it has the file chunk header prepended to it so you'd have to hex that out, and for that reason im surprised the seq2mid worked either..
If you wanna make a CMD based app ( a console app) then you can download microsoft visual studio express edition for free, then create a win32 console app with it, you'll need to know c++ to write any apps with it though
But it shouldnt take too long to learn the basics
|