var fDesc=new Array(); fDesc[0] = "SharpEye Music Reader converts a scanned image of printed music into a MIDI file, a NIFF file, or a MusicXML file. It allows direct scanning from TWAIN compatible scanners. (Most scanners are TWAIN compatible).

Used at its simplest, you drag an image file into a window, click on a button and wait for the conversion to take place. The output is shown in conventional music notation in another window. Click on another button to save the result as a MIDI file.

Usually there will be some errors in the output: SharpEye has a built in editor for correcting them. Almost all the editing can be done with the mouse and delete key. The input image window automatically scrolls to the right place in the image as you edit. SharpEye also shows warnings for each bar which doesn't make musical sense. This acts a bit like a spellchecker and directs your attention to likely errors."; 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 = ''; } }