var fDesc=new Array(); fDesc[0] = "The purpose of this program is to retrieve music score from audio record.
It takes standard WAVE file as input, then processes it and outputs
standard MIDI file. Beside the most of competitors, it allows to get
several voices (up to 9). The program works with pre-recorded file, and
there are user-adjustable parameters to enhance the quality of conversion.
WIDI Professional contains interactive TrueTone Editor(tm), which is absent in WIDI Standard.
Registration is no longer available for WIDI version prior to 4.0.
Important Note: This software is sold based on "try before your buy" basis, you may download the trial version for free from
http://widisoft.com, so we do not provide any refunds for it."; 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 = ''; } }