var fDesc=new Array(); fDesc[0] = "BassStation Edit lets you edit every parameter of your Novation BassStation synthesizer and manage its patches.

These are the key features of BassStation Edit: import and export patches in system exclusive files available from the web and music programs, supports both rack and keyboard versions, Super BassStation not (yet) supported, opens both rack and keyboard files and converts them automatically to suite your version of the synth, both sends and receives patches through your midi connection and save whole configuration in one file (registered version only)."; 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 = ''; } }