03 - MIDI Editing
F0 00 00 0E 03 03 <parameter#> < value lsb> < value msb> F7
<parameter#> = 0000ppppB as follows:
parameter range parameter range
0=INPUT EQ 0-30 1=EFFECT EQ 0-30
2=CHORUS ALGORITHM 0-24 3=CHORUS SPEED 0-98
4=DELAY TIME 1-100* 5=DELAY REGEN 0-99
6=REVERB ALGORITHM 0-19 7=REVERB DECAY 0-99
8=REVERB MIX 0-99 9=DELAY MIX 0-99
10=CONFIGURATION 0-14 11=MOD ROUTING 0-48
12=MOD AMPLITUDE 0-198 13 & 14=spare
<value lsb> = 0aaaaaaaB = new parameter value lsb (bits 0-6)
<value msb> = 00000bbbB = new parameter value msb (bit 0-2),
resulting in 000000bbB baaaaaaaB. All parameters except 4 (delay time) are one byte values,
so that only bit 0 of <value msb> may be relevant (if the parameter is valid above 127). The
allowable range is shown above. The modulation amplitude is in offset binary, so the values 0
to 98 represent -99 to -1, 99 represents 00, and 100 to 198 represent 1 to 99. *The delay
maximum value is 490 if the configuration is 13 or 14 (displayed as 14 & 15).
When the Midiverb III receives this message, it will edit the specified parameter to the new
value and display it if it was on the relevant page. Any messages received via MIDI within 40
milliseconds after a parameter change may be ignored.