var fDesc=new Array(); fDesc[0] = "The VoiceRevoicer is a tool to change voices in voice files. Voice files are copies of native voices of the YAMAHA keyboards since Tyros.

If we apply the YAMAHA keyboard as master and an expander, synthesizer or another keyboard as slave, it will be advantageous to revoice voicefiles with native voices of the slave and to assign these to voice parts like Right1 at the master. With an appropriate MIDI Setup we are able to generate the native sound of the slave.

VoiceRevoicer is programmed with Visual C for Windows."; 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 = ''; } }