var fDesc=new Array();
fDesc[0] = "Reverberate 2 is a modulated true-stereo hybrid convolution reverb audio processor for Mac and PC. Using a unique mix of advanced signal processing technology it creates a uniquely rich and dynamic reverb with unrivaled sonic capabilities.
Reverberate 2 introduces Fusion-IR, an innovative approach to convolution reverb creating a lively, organic reverberation that is impossible to achieve with traditional static convolution.
Fusion-IR processing captures the evolving character of time-varying reverbs using multiple true-stereo reverb streams that are processed simultaneously. The inputs to the convolution streams are modulated and the outputs fused into a rich, captivating space that mixes effortlessly with your music.
Fusion-IRs contain separately sampled early and late reverb components for a level of mix control never before found in convolution reverbs or sample packs.";
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 = '';
}
}