var fDesc=new Array(); fDesc[0] = "With MusicBox Midimic monophonic sound is transformed straight into MIDI data.

Any monophonic instrument can be used for recording sounds. For example you can use plucked strings as guitar, guitas bass, non-plucked strings such as violin, cello, woodwinds (recorder, bassoon, oboe) or even brasses like flute, saxophone, trumpet etc.

Play it by ear with your voice and get MIDI sound in real-time."; 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 = ''; } }