Introduction - If you have any usage issues, please Google them yourself
Joy2Midi v0.3
Joy2Midi is based upon Events .. an Event can be a button (Button1), or some sort of action (such as Left). Every command has On and Off checks. For an event to go "On" all the on checks must be satisfied. For example, for the Button1 event, the on checks are New Button1=128 and Old Button1=0 .. 128 is the DirectInput code for pressed. Conversely, the off checks are New Button1=0, Old Button1=128