var fDesc=new Array(); fDesc[0] = "You can use the SBProArranger program to remotely set up SoundBITE PRO's parameters and also copy/manage your loop sample libraries!
Arranger utility has two main parts. The left side of the
Arranger window resembles the SoundBITE Pro hardware device itself, with its playlist and loop configuration. The right side represents the PC side of the connection with its backup playlists, file browser, program editor and control console."; 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 = ''; } }