var fDesc=new Array(); fDesc[0] = "Geist2 is a streamlined environment for the beat creation and sound sculpting that provides instant inspiration and new ideas for your productions. It combines deep sample manipulation, arrangement and modulation capabilities for an intuitive and fast workflow. Geist2 is designed so that nothing gets in the way of your creativity.

Load samples or record direct to pads, slice loops, intuitively sequence beats and manipulate your sounds with unprecedented speed. Trigger scenes and retro-capture performances to take the pressure out of the recording process."; 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 = ''; } }