var fDesc=new Array(); fDesc[0] = "Samplitude is purely native PC software and therefore independent of proprietary audio hardware. Basically, that means the program works just as well on a laptop as on an audio workstation with dozens of inputs and outputs.
Simply pre-produce a song on a laptop and then complete the mixing later using a studio system."; 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 = ''; } }