var fDesc=new Array(); fDesc[0] = "Performance Editor for the YAMAHA Motif Rack ES Synthesizer Module
Key features include:
Full Performance common and part parameters editing in a compact intuitive user interface.
Full support of PLG boards.
Easy editing of performances names from the PC keyboard.
Easy selection of part patches via menus (grouped by banks or by patch categories) or via a search dialog.
Copy/Paste functions to exchange part settings and effects settings between different performances.
Voice Copier utility: you can copy a voice to a selectable part of a performance preserving all the original voice parameters making it sound in performance mode exactly as it sounded in voice mode.
Support for two additional MIDI keyboards for more convenient control of the performance parameters.
Reading user voice names and performance names directly from the synthesizer.
Loading and saving performances to binary sysex (*.syx) files."; 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 = ''; } }