var fDesc=new Array(); fDesc[0] = "The Sonitus:fx series consists of seven DSP plug-ins for use in supporting host applications such as Sound Forge, Wavelab, Cubase, Cakewalk and many others. All the Sonitus:fx plug-ins now support both the DirectX Media and Steinberg VST plug-in architectures natively, and also support VST plug-in automation.

Three new plug-ins have been added to the Sonitus:fx line. fx:delay is an advanced stereo delay with tempo sync, fx:gate is dynamic gate with side-chain filtering and lookahead, and fx:multiband is 5 band variable knee compressor with both normal and vintage compression modes and output limiter.

The seven updated plug-ins consist of a 6-band parametric equalizer, a versatile modulation plug-in, a high-quality reverb, a phase shifter w/phase meter, a variable-knee compressor with built-in peak limiter, a surround panner and a wahwah guitar effect emulator."; 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 = ''; } }