var fDesc=new Array(); fDesc[0] = "From the company that revolutionized vocal production with Auto-Tune comes AVOX Evo - the newest generation of the Antares Vocal Toolkit. Now featuring Antares' seriously evolved Evo Voice Processing Technology, AVOX Evo combines ten state-of-the-art vocal processing modules to give you the power you need to create stunning vocal tracks in any musical style as well as design unique vocal effects for audio post-production applications.
New in AVOX Evo is the incorporation of Dr. Andy's groundbreaking Evo Voice Processing technology. First seen (and heard) in Auto-Tune Evo, the result is an entirely new level of sonic performance. With faster, more accurate pitch detection, smoother, artifact-free pitch shifting, and seamless, natural-sounding (if you want it to be) throat modeling, AVOX Evo plug-ins just work better. Leaving you free to focus on creating your music."; 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 = ''; } }