Ken,
I've had a search, but cannot find a manual for your Korg.
If you have one, you need to find the pages which show
theVoice Name list (probably in the appendix, or perhaps
as a seperate booklet.)
They will show lists of different voices, and at the top of each
list, you should see the MSB and LSB values you need to use
to access each Bank.
FOr instance, I have a r:CM Bank, which has the values MSB =127
and LSB =0.
So, you multiply MSB by 128 (not 127 as in my earlier note)
and add the LSB, so you get 127x128 + 0 = 16256.
In the Bank select box for the track you want to change the voice of,
you put 16256, and the patch number is the number of the voice from
that bank you want to play.
Only problem is that you may be 1 out in your calculations (well that's what I found)
Some synth manufacturers don't seem to understand zeroes, so you
may need to alter your calculation by 1 (an LSB 1) or 127 (an MSB 1)
or 128 ( an MSB 1 and an LSB 1). Same applies to the patches.
The data you listed earlier e.g. F2 41 03 01 0E 05 is Hex, and is the raw midi data.
Again, a bit of searching in the Korgs midi implementstion pages (usually the appendix)
should explain what the message is - if you are not a programmer of any sort,
it might be difficult to understand) - which was why I was loooking for a copy
of your manual.
The Instrument definition file, is basically a file which contains a list of
all the different patches available to your synth, with the Bank
MSB, LSB and patch number details associated. So then you can search
in Sonar using patch names which relate to the names listed in your synth.
Hope this helps
Colin