Byte 3 Parameter Number B
Byte 4 Continuous Controller B
Each program has an entry in the LL2CC. (128 * 4 = 512 bytes) Parameter
numbers and continuous controller values for the LL2CC have the same
definition as they do in the P2CC table.
Translation table of received midi program number to GSP7 program number
(MIDI_TO_PROGRAM)
This 128 byte table is used to translate received midi program numbers to
GSP7 program numbers. The received midi program number is used as an index
into the MIDI_TO_PROGRAM table. The byte at that index is the program number
to change to. Bytes in this table have the value of 0-127 on the GSP7.
PROGRAM_NUMBER = MIDI_TO_PROGRAM[received midi program number]
Translation table of GSP7 program number to transmitted midi program number
(PROGRAM_TO_MIDI)
This 128 byte table is used to translate GSP7 program numbers to transmitted
idi program numbers. The GSP7 program number is used as an index into the
PROGRAM_TO_MIDI table. The byte at that index is the program number to
transmit. Bytes in this table have the value of 0-127.
Xmitted midi program number = PROGRAM_TO_MIDI[PROGRAM_NUMBER]
LCD contrast value
0 (00h) LCD Contrast 1
16 (10h) LCD Contrast 2
32 (20h) LCD Contrast 3
48 (30h) LCD Contrast 4
64 (40h) LCD Contrast 5
80 (50h) LCD Contrast 6