local H="        Index of control acronyms. (Explanations will be found in a DX7 manual.)\n\n"
.."TM\t=\tTuning Mode.\t\tAM\t=\tAmplitude Sensitivity.\n"
.."TC\t=\tTuning Coarse.\t\tKV\t=\tKey Velocity Sensitivity.\n"
.."TF\t=\tTuning Fine.\t\tOL\t=\tOperator Output Level.\n"
.."OD\t=\tOscillator Detune.\n\n"
.."R1~4\t=\tEnvelope Rates.\t\tL1~4\t=\tEnvelope Levels.\n\n"
.."LD\t=\tLeft Depth.\t\tRD\t=\tRight Depth.\n"
.."LC\t=\tLeft Curve.\t\tRC\t=\tRight Curve.\n"
.."BP\t=\tBreak Point.\t\tRS\t=\tRate Scaling.\n\n"
.."Speed\t=\tLFO Frequency.\t\tDelay\t=\tLFO Onset Delay.\n"
.."PMD\t=\tPitch Mod Depth.\tAMD\t=\tAmp Mod Depth.\n"
.."Alg\t=\tFM Algorithm.\t\tFbl\t=\tFeedback Level.\n"
.."PMS\t=\tPitch Mod Sensitivity.\n"

HELP=wx.wxStaticText(PANEL,-1,H,wx.wxPoint(20,32),wx.wxSize(400,232))
HELP:Show(nil)
