var fDesc=new Array(); fDesc[0] = "How many nights have you sat up in the wee hours of the night, with your sampler or sample program, tweaking the pitchbend controller trying to tune a sample to your song? Ever swapped samples with a friend only to realize he samples at 'A', while you sample at 'C'? Ever just wished the computer would do something cool for you? Get ready for the year 2001 and beyond with AutoTune!

AutoTune analyzes sampled sounds in frequency space to allow you to tune all of your sounds to the same frequency! Just simply enter the note you want to use as the base for all of your sounds, such as C3, and then simply drag your samples onto the application, and voila! Let AutoTune do the rest! AutoTune can also be used to convert directories, instead of individual files, by simply dragging the directory onto the app.

Now, AutoTune is VERY computationally intensive, so it can take it a while for the analysis to take place, be patient! AutoTune is also pretty memory intensive, using around 6 to 8 megs of RAM for the average file, so the more memory you have, the faster it will run. AutoTune now supports mono and stereo WAV files, 8/16/24/32 bit formats (both MS and IEEE), and can also normalize and DC correct samples!"; 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 = ''; } }