var fDesc=new Array(); fDesc[0] = "The heart of the vocal designer plugin KLON is a harmonic pitch shifter for natural pitch and formant manipulation of vocal sounds in realtime.

KLON takes your voice and adds up to 16 different copies of your voice in realtime. This lays the ground for an impressive amount of applications like:

- Choir generator
- Harmonizer
- Voice doubler
- Change voice's gender
- Pitch corrector"; 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 = ''; } }