ddd = 011 = memory dump
[ 7]
000000bb
- where bb = memory area as per info request
[ 8]
00yyyyy
- where yyyyy = number of bytes
[ 9]
0000xxxx
- where xxxx = low 4 bits of data
[10]
0000zzzz
- where zzzz = high 4 bits of data
Note that bytes 9 & 10 are repeated the number of times specified in 8.
[11]
0xxxxxxx
- where xxxxxxx = the lowest 7 bits of the CRC
[12]
0yyyyyyy
- where yyyyyyy = the middle 7 bits of the CRC
[13]
000000zz
- where zz = the highest 2 bits of the CRC
[14]
F7h
- end of exclusive
______________________________________________________________
ddd = 100 = switch `Thru` to `Thru`
[ 7]
F7h
- end of exclusive
Restores the MIDI Thru socket to a `Thru` of the incoming data.
______________________________________________________________
ddd = 101 = switch `Thru` to `Out`
[ 7]
F7h
- end of exclusive
Switches the MIDI Thru socket to become a MIDI Out.
Note that no incoming MIDI is transmitted via the `Thru` socket once this command has been
accepted.
______________________________________________________________
ddd = 110 = direct system control
[7]
controls the system directly as follows;
00h = Bypass off
20h = Bypass on
01h = Pedal#1 off
21h = Pedal#1 on
02h = Pedal#2 off
22h = Pedal#2 on
03h = Pedal#3 off
23h = Pedal#3 on
04h = Pedal#4 off
24h = Pedal#4 on
05h = Ped#5 /Amp#D off
25h = Ped#5/Amp#D on
06h = Ped#6/Amp#C off
26h = Ped#6/Amp#C on
07h = Amp#B off
27h = Amp#B on
08h = Amp#A off
28h = Amp#A on
09h = Set Pedal#5 as Pedal
29h = Set Pedal#5 as Amp
0Ah = Set Pedal#6 as Pedal
2Ah = Set Pedal#6 as Amp
0Bh = Set Amp#B as Latch
2Bh = Set Pedal#B as Mom
0Ch = Set Amp#A as Latch
2Ch = Set Pedal#A as Mom
0Dh = Set display to `Patch`
2Dh = Set display to `Chan`