var fDesc=new Array(); fDesc[0] = "Dopplemangler is an easy to use yet powerful spectral resynthesizer. It will let you take your .WAV files and manipulate them in ways you can't with a sampler. With Doppelmangler, you can:
- Timestretch, reverse, reorder and remix your sounds by visually redrawing their timeline.
- Change the rate and pitch of a sample independantly (higher pitched sounds no longer get shorter)
- Apply 20 different nondestructive MangleFX to the spectrum of the sound. These will let you do vocoding, frequency shifting and scaling, robotizing, hybridizing and more!"; 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 = ''; } }