var fDesc=new Array(); fDesc[0] = "Break the mold! Additive synthesis is capable of producing almost any kind of sound. Why continue using the same analog synths everyone else is using? Now is your chance to create something truly unique! Visually draw your own waveforms, timbral changes and filters. You can even load a .BMP file to use as a spectrum. Easily come up with new timbres and sounds by analysing .wav files. Load a .wav into the formant filter for a vocoded sound. Create sounds as wild as your imagination. Additive synth is capable of reproducing realistic voices and accoustic instruments, analog sounds, vocoded sounds, FM sounds, ambient pads and more. Use the formant filter to immitate accoustic instrument body, analog filters, a human vocal tract, or other worldly resonances. Sweep it or morph it. Ever wanted to be able to morph between a hp lp and bp filter? Now you can!"; 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 = ''; } }