var fDesc=new Array(); fDesc[0] = "It's an audio plugin that allows attenuating or boosting drums in mixed music, in real-time. Using advanced source signal separation (a.k.a. de-mixing, unmixing, sound extraction, sound isolation) technology under the hood, UNMIX::DRUMS provides frequency dependent drum level control that ranges from up to +18dB of boost to virtually complete removal – while always sounding great. Whether used on a full mix or on a drum bus, UNMIX::DRUMS can be used to shape and enhance the impact of your drums in a unique new way. Sporting an intuitive multi-level GUI, frequency dependent control of key parameters, a sample accurate sub-bass (re)synthesizer, our high-precision analyzer display, M/S operation and an output limiter, UNMIX::DRUMS opens up exciting new options for mastering, music production, sample-based music creation, mash-up artists, remixers and DJs."; 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 = ''; } }