var fDesc=new Array(); fDesc[0] = "Drumatic 3 is a virtual-analogue drum synthesizer
All sounds are 100% synthetic and allow an enormous flexibility and variation.

Sounds: Bassdrum, Snaredrum, Handclap, 2 Toms, Hihats and a Rimshot / Bell

Graphical envelopes for amplitude and modulation
Load / save presets for single sounds
Simple but effective effect section for each sound with distortion and bitcrusher and a filter.
6 Stereo outputs, assignable for each sound.
All parameters can be automated (midi-CC not yet supported)"; 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 = ''; } }