...MidiConfig'er reference docs
Intro

DeviceList

KeyCommandMap

GlobalControls

InputControls

InputControlMap

OutputControls

SoundList

MidiConfig'er - OutputControls


DeviceType's Output Control List:  ...PianoCheater\Device\{DevType}\ccout.txt

   This is just a config file.

   It maps the NAMES of output controls this device is capable of
      back to cryptic ID#s for midi.

   Usually, you can just copy ccout.txt from general_midi devicetype.

   Yep, you're going to have to read that dang reference manual after all...:(
   Add in lines for each of the output controls this device is
      capable of responding to.

   And put in the ID# for each one:
      cc#           regular control
      rp# and rp#L  RPN control (high and low byte)
      np# and np#L  NRPN control
      us#           universal sysex control
   Note: the way I set up RPN and NRPNs #s is in the range
      0..8191
      with an L tacked on if it's the low byte.
________________________________________________________________________________

Next up, sound lists
   for a given devicetype
email stephen.hazel over at gmail.com