I have a folder full of .opm's that I'd like to convert to .tfi's for use in VGM Music Maker 1.1.
I am trying to make this as easy as possible with this batch file:
for /r c:\users\rob\desktop\opms2 %%g in (*.opm) do c:\users\rob\desktop\vopmxtfi.exe %%g
I think there is a problem with the vopmxtfi.exe because it reports "OK: 0 instruments were converted successfully" and creates a file of the same name with no extension alongside each .opm. No instrument x.tfi's as you would expect...
However, if I drag each .opm onto vopmxtfi.exe, it works as expected. I can even drag it onto a batch file like: c:\users\desktop\rob\vopmxtfi.exe %1
and it will also work.
Anyone here that can script up a workaround to this? I feel like it has something to do with the way each .opm is being fed into vopmxtfi.exe. Maybe some extra code would do it, but I'm not good enough with scripting.
Or is there a way to extract each patch from a .vgm file?
Basically, I just want some way to get all of these patches out of there, in whatever format VGM Music Maker will accept. And I want them all converted at once.