var fDesc=new Array(); fDesc[0] = "Auto-Tune provides two different approaches to pitch correction.
For most common pitch problems (and correcting live performances in real time), Auto-Tune Automatic Mode instantaneously detects the pitch of the input, identifies the closest pitch in a user-specified scale (including minor, major, chromatic and 26 historical and microtonal scales), and corrects the input pitch to match the scale pitch. A Retune Speed control lets you match the retune rate to virtually any performance style.
For meticulous tweaking, the Graphical Mode displays the performance's detected pitch envelope and allows you to specify the desired pitch using a variety of graphics tools. This mode gives complete control over the correction or modification of the most elaborate expressive gestures."; 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 = ''; } }