var fDesc=new Array(); fDesc[0] = "Deckabridge is a software application developed specifically for the Percussa AudioCubes hardware. It lets you use the AudioCubes with Deckadance, well known professional DJ software from Image-Line, the company that created FL Studio. The software was designed with the digital DJ in mind, who primarily works with audio stored on the computer during live sets

Up to two cubes can be connected using USB cables to a computer running Deckabridge software. No drivers needed, the software talks directly to the hardware and looks and works the same on Mac and PC. Around these cubes multiple wireless cubes can be used to generate triggers, which can control the relooper beat slicers in Deckadance."; 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 = ''; } }