var fDesc=new Array(); fDesc[0] = "The DX8-PC software application provides real-time control and configuration editing for the DX8 using a laptop or other PC-compatible computer.
In addition to input and output level control and output EQ gain control, which is available on the front panel, the DX8-PC application provides control over each individual channel EQ gain and corner frequency, Bus A and Bus B output EQ gain and corner frequency, output graphic EQ gain, output parametric EQ gain, frequency, and bandwidth, output compressor controls, Automix controls, preset save and recall, panel lock code, logic input and output assignments, force-on and force-off levels and priority, mute group assign, and control group assign."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }