The System Exclusive command's structure is as follows:
Sys-Ex header (F0), manufacturer ID (00 20 7A), device ID (05), command (01 or 04),
its parameters and Sys-Ex footer (F7). This is described in details here. All numbers are
represented in hexadecimal format.
3.1.Channel and range of notes
Channel and ran e of notes can be set by MIDI-learn button, or Sys-Ex. For example to
make MIDECO respond to your keyboard, push the MIDI-learn button momentarily, and
play the lowest note.
The same settin s via System Exclusive:
F0 00 20 7A 05 01 <channel> 01 <startnote> F7
where
<channel>
parameter is MIDI channel number in ran e 1-16 (01-10 in hex), and
<startnote>
is MIDI note number associated with lowest output. The ran e always
covers 64 notes startin from that one.
3.2.Outputs polarity re ersal
F0 00 20 7A 05 04 <polarity> F7
where
<polarity>
determines how active note is indicated at the outputs. If <polarity>
is
"00", note on means +5V and note off 0V. If
<polarity>
is "01", output note is reversed,
meanin 0V for note on, and note off is +5V.