var fDesc=new Array(); fDesc[0] = "Auto-Tune EFX 3 is a simple tool for real-time pitch correction and creation of Auto-Tune Vocal Effect. Auto-Tune Vocal Effect limits each note to an exact pitch, stripping out any variation, as well as forcing instantaneous transitions between notes. Auto-Tune EFX 3 has a variable Retune Speed and Humanize controls, which provides a natural and realistic pitch correction.

This version of Auto-Tune is compatible with programs that support VST2 extensions."; 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 = ''; } }