Lookin for a midi tool

Anything about MUSIC but doesn't fit into the forums above.
RELATED
PRODUCTS

Post

nutsadamus wrote:Thanks mbncp,
line 208, char 3 when I try and load the code.
That's still the missing COMDLG32.ocx problem.
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
Now if bankmsb or banklsb is -1 (not defined) should we add the banks ?

Just remember, everything is possible ;)

Post Reply

Return to “Everything Else (Music related)”