var fDesc=new Array(); fDesc[0] = "Grooove BPB is a freeware drum sampler in VST2, VST3, and AU plugin formats for Windows users. The Bedroom Producers Blog Edition (BPB) is a special version of Grooove that has a moderatley restricted feature set and comes with a special kit collection based on exclusice samples provided by BPB. It features dual drum slots, each capable of holding two different drum samples simultaneously, with per-sample controls for volume, pan, pitch, sample start, and length. Each drum slot also comes with a built-in LFO for modulating the filter cutoff and resonance, volume, pan, mix, pitch, sample delay, fade in/out, and sample start/end times."; 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 = ''; } }