That's still the missing COMDLG32.ocx problem.nutsadamus wrote:Thanks mbncp,
line 208, char 3 when I try and load the code.
Did you register it, as explained in COMDLG32_ocx.txt file ?
> I can't seem to get the clipboard method to work
Well, this must be a standard MIDI file, not a link, a copy (using explorer) or the file path as text.
Only a few apps allow to copy/paste using the SMF format, and in this case, it is always a single 'file'.
> I also need to be able to change patches to and from higher banks.
Do you mean something like
Code: Select all
if patch = P AND (bankmsb = B1 OR bankmsb = -1) AND (banklsb = B2 OR banklsb = -1)
Then
patch = newP : bankmsb = newB1 : banklsb = newB2
Just remember, everything is possible