var fDesc=new Array(); fDesc[0] = "Chronotron 3.5a is an improved version of the popular DSP plug-in that allows you to manipulate tempo and pitch separately, in other words, it allows you to change the tempo of the music without affecting pitch (time stretching) and/or change pitch without affecting tempo (key change).
Based on a phase vocoder, Chronotron is the first plug-in to deliver high quality audio in real-time at reasonable scaling ratios."; 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 = ''; } }