var fDesc=new Array(); fDesc[0] = "The ProjectMix Control application is a simple window containing a graphic representation of the knobs, buttons, and faders on the ProjectMix I/O.
1. Insert the FireWire Series CD-ROM into your computer’s CD-ROM drive.
2. A welcome screen will appear, as shown below. If this does not appear automatically, click on Start > My Computer > FireWire Series.
3. From the menu in the bottom-right corner of the welcome screen, choose ProjectMix Control. Click Install.
4. The ProjectMix Control installer will start. Follow the onscreen directions.
5. When installation is complete, you can launch the program by clicking Start > M-Audio > FireWire Family > ProjectMix Control."; 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 = ''; } }