var fDesc=new Array(); fDesc[0] = "Use the computer keyboard to play midi notes & events.

Knobs, faders & other controls to send midi events.A virtual midi port for directly connecting the VMC-LE with other software. Midi loopback drivers are not needed to connect VMC-LE with programs like Cubase and Sonar.A midi event control for viewing and sending midi cc's & other non-note events.A 'Global Keyboard' function which lets computer keyboard presses take effect whether or not VMC-LE is in the foreground.
Includes a standalone program (.exe) and a VSTi plugin (.dll)"; 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 = ''; } }