var fDesc=new Array(); fDesc[0] = "OTS Editor is a software for editing all parameters in OTS sections in Yamaha keyboard style files. Besides this the program can export and import OTS sections to/from style files meaning that entire OTS sections can be saved to HD and be reused in a number of styles. Furthermore entire OTS sections can be imported directly from other style files. Open the File menu.
OTS Mixer, which lets the user:
- use the mixer to create some template OTS sections (e.g. one for jazz; one for rumba etc.)
- export these templates to OTS files
- import one of these template OTS into the style"; 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 = ''; } }