var fDesc=new Array(); fDesc[0] = "The program is a complete editor for the JV2080.It's possible to control all the single parameters of the patch, performance, rhythm, system and banks.
Beside these functions ( standard for an editor ) there are different function for managing the libraries where you can memorize the result of your work.
There are functions of drag'n drop which permit to copy or move objects from the libraries, banks or global.
The function of drag'n drop also permit to copy parts of the patch ( or performance, etc. ) from a patch to another.
Other functions are preview, midi monitor, patch morphing, patch random, research, debug, arranging, print, virtual keyboard etc.
It is also possible to import or export files in the XP or JV formats."; 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 = ''; } }