var fDesc=new Array(); fDesc[0] = "VertexDSP vxPlug has been developed to control plug-ins (effects and synths) in a multitrack setup from just one plug-in editor window. It can load VST plug-ins within a host application with the ability to control plug-ins from a single user interface and to define the point where audio processing takes place in a flexible manner.

vxPlug consists of 2 plug-ins: vxPlugControl and vxPlugClient."; 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 = ''; } }