...MidiConfig'er reference docs
Intro

DeviceList

KeyCommandMap

GlobalControls

InputControls

InputControlMap

OutputControls

SoundList

MidiConfig'er - GlobalControls


Global Control List:  ...PianoCheater\Device\cc.txt

   This isn't an edit screen.  It's just a text config file.

   It names the "nailed down" outbound controls stored in a track.
   General Midi has SOME controls defined pretty well.  The ones in there.
      But it doesn't give STANDARD names for these controls.
      Only "sort of standard" names.

   This file will turn control numbers into names.
   You won't have to remember that Pan is control #10, (not #8 !)
      because THIS file nails that down.  You just say "Pan"

   The columns of the file are:
   - Name          standard name PianoCheater/Tinkerer will use
   - Type          tells Tinkerer how to display it...
        s - signed -64..0..63
        u - unsigned 0..127
        o - on/off
        . - no value
   - DefaultValue  value at the beginning of a track with no events
   - Init          means it's sent out to initialize a device's channel
   - Description   is well, you can figure THAT one out...

   This tells PianoCheater how to initialize Midi channels and
        tells Tinkerer how to display the control.
________________________________________________________________________________

Next up, config'ing input controls
   for a given devicetype
email stephen.hazel over at gmail.com