var fDesc=new Array(); fDesc[0] = "You can now control every device in the software with your M-Audio controller! Note that some of the devices contain a large number of parameters. In this case, you can switch between ‘groups’ of parameters by holding down CTRL and ALT (APPLE and ALT on OS X) and pressing a numerical key; press 1 for group 1, 2 for group 2, etc. Slider buttons 8 and 9 can also be used to switch between groups of parameters (not available for 25-note controllers). Button 8 selects the previous group; Button 9 selects the next group.

To control any device, you should assign a sequencer track to the device and select that track for MIDI control. Please note that this includes the mixer and effects. You will need to create a sequencer track to assign to the mixer/effect manually."; 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 = ''; } }